mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
More toward using STAmount.
This commit is contained in:
@@ -120,7 +120,11 @@ TransactionEngineResult TransactionEngine::applyTransaction(const SerializedTran
|
||||
|
||||
if (saSrcBalance < saPaid)
|
||||
{
|
||||
std::cerr << "applyTransaction: Delay transaction: insufficent balance" << std::endl;
|
||||
std::cerr
|
||||
<< str(boost::format("applyTransaction: Delay transaction: insufficent balance: balance=%s paid=%s")
|
||||
% saSrcBalance
|
||||
% saPaid)
|
||||
<< std::endl;
|
||||
return terINSUF_FEE_B;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user