Disable Ticket transactions and tests

This commit is contained in:
Nik Bougalis
2015-01-05 13:43:56 -08:00
committed by Vinnie Falco
parent df54b47cd0
commit 0ccdea3cd8
6 changed files with 19 additions and 2 deletions

View File

@@ -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." },