Change TER response codes from _XRP to _NATIVE. (#184)

* Change `_XRP` response codes to `_NATIVE`

* Update ServerDefinitions_test.cpp
This commit is contained in:
Denis Angell
2023-11-09 12:25:09 +01:00
committed by GitHub
parent 2a18ec563d
commit 195904574c
8 changed files with 41 additions and 41 deletions

View File

@@ -193,7 +193,7 @@ public:
"tecNO_ALTERNATIVE_KEY" : 130,
"tecNO_AUTH" : 134,
"tecNO_DST" : 124,
"tecNO_DST_INSUF_XRP" : 125,
"tecNO_DST_INSUF_NATIVE" : 125,
"tecNO_ENTRY" : 140,
"tecNO_ISSUER" : 133,
"tecNO_LINE" : 135,
@@ -285,11 +285,11 @@ public:
"temBAD_PATH_LOOP" : -290,
"temBAD_QUORUM" : -271,
"temBAD_REGKEY" : -289,
"temBAD_SEND_XRP_LIMIT" : -288,
"temBAD_SEND_XRP_MAX" : -287,
"temBAD_SEND_XRP_NO_DIRECT" : -286,
"temBAD_SEND_XRP_PARTIAL" : -285,
"temBAD_SEND_XRP_PATHS" : -284,
"temBAD_SEND_NATIVE_LIMIT" : -288,
"temBAD_SEND_NATIVE_MAX" : -287,
"temBAD_SEND_NATIVE_NO_DIRECT" : -286,
"temBAD_SEND_NATIVE_PARTIAL" : -285,
"temBAD_SEND_NATIVE_PATHS" : -284,
"temBAD_SEQUENCE" : -283,
"temBAD_SIGNATURE" : -282,
"temBAD_SIGNER" : -272,