diff --git a/src/ripple/app/tx/impl/Batch.cpp b/src/ripple/app/tx/impl/Batch.cpp index 97cd00a4c..de7cd5656 100644 --- a/src/ripple/app/tx/impl/Batch.cpp +++ b/src/ripple/app/tx/impl/Batch.cpp @@ -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; }