From a1da3ab477477b49f77d66b8cebf03bf11f341e3 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Thu, 28 Mar 2024 22:18:52 +0100 Subject: [PATCH] bad commit --- src/ripple/app/tx/impl/Batch.cpp | 1 - 1 file changed, 1 deletion(-) 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; }