Add and move to new tecCLAIM result codes.

This commit is contained in:
Arthur Britto
2012-12-23 15:52:59 -08:00
parent 56d97f95d7
commit 194053c87e
10 changed files with 82 additions and 60 deletions

View File

@@ -38,7 +38,7 @@ TER WalletAddTransactor::doApply()
% saAmount.getText())
<< std::endl;
return terUNFUNDED;
return tecUNFUNDED;
}
// Deduct initial balance from source account.
@@ -55,4 +55,6 @@ TER WalletAddTransactor::doApply()
std::cerr << "WalletAdd<" << std::endl;
return tesSUCCESS;
}
}
// vim:ts=4