Change/Fee transactor.

Conflicts:
	src/cpp/ripple/LedgerEntrySet.h
This commit is contained in:
JoelKatz
2013-04-15 22:59:16 -07:00
parent 5cccc4f75d
commit 7e2bf8e522
7 changed files with 28 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ bool transResultInfo(TER terCode, std::string& strToken, std::string& strHuman)
{ terRETRY, "terRETRY", "Retry transaction." },
{ terFUNDS_SPENT, "terFUNDS_SPENT", "Can't set password, password set funds already spent." },
{ terINSUF_FEE_B, "terINSUF_FEE_B", "Account balance can't pay fee." },
{ terLAST, "terLAST", "Process last." },
{ terNO_ACCOUNT, "terNO_ACCOUNT", "The source account does not exist." },
{ terNO_AUTH, "terNO_AUTH", "Not authorized to hold IOUs." },
{ terNO_LINE, "terNO_LINE", "No such line." },