Remove obsolete TERs in prep for ledger wipe.

This commit is contained in:
Arthur Britto
2012-12-24 16:06:50 -08:00
parent 6a8d31afd7
commit 7636e5f388
3 changed files with 3 additions and 7 deletions

View File

@@ -59,8 +59,6 @@ bool transResultInfo(TER terCode, std::string& strToken, std::string& strHuman)
{ temUNKNOWN, "temUNKNOWN", "The transactions requires logic not implemented yet." },
{ tepPARTIAL, "tepPARTIAL", "Partial success." },
{ tepINSUF_RESERVE_OFFER, "tepINSUF_RESERVE_OFFER", "Insufficent reserve to create offer." },
{ tepPATH_DRY, "tepPATH_DRY", "Path could not send partial amount. Obsolete." },
{ tepPATH_PARTIAL, "tepPATH_PARTIAL", "Path could not send full amount." },
{ terRETRY, "terRETRY", "Retry transaction." },