bad commit

This commit is contained in:
Denis Angell
2024-03-28 22:18:52 +01:00
parent 1a3376e453
commit a1da3ab477

View File

@@ -436,7 +436,6 @@ Batch::doApply()
std::cout << "ACCOUNT SEQ: " << sle->getFieldU32(sfSequence) << "\n";
std::cout << "ACCOUNT BALANCE: " << mSourceBalance << "\n";
std::cout << "ACCOUNT BALANCE=: " << sle->getFieldAmount(sfBalance) << "\n";
mSourceBalance = sle->getFieldAmount(sfBalance);
return tesSUCCESS;
}