mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-26 13:35:50 +00:00
Disable Ticket transactions and tests
This commit is contained in:
committed by
Vinnie Falco
parent
df54b47cd0
commit
0ccdea3cd8
@@ -117,7 +117,8 @@ bool transResultInfo (TER code, std::string& token, std::string& text)
|
||||
{ temREDUNDANT_SEND_MAX, "temREDUNDANT_SEND_MAX", "Send max is redundant." },
|
||||
{ temRIPPLE_EMPTY, "temRIPPLE_EMPTY", "PathSet with no paths." },
|
||||
{ temUNCERTAIN, "temUNCERTAIN", "In process of determining result. Never returned." },
|
||||
{ temUNKNOWN, "temUNKNOWN", "The transactions requires logic not implemented yet." },
|
||||
{ temUNKNOWN, "temUNKNOWN", "The transaction requires logic that is not implemented yet." },
|
||||
{ temDISABLED, "temDISABLED", "The transaction requires logic that is currently disabled." },
|
||||
|
||||
{ terRETRY, "terRETRY", "Retry transaction." },
|
||||
{ terFUNDS_SPENT, "terFUNDS_SPENT", "Can't set password, password set funds already spent." },
|
||||
|
||||
Reference in New Issue
Block a user