From 226574665b201ee75002d39cef690dd4791cf2ff Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Mon, 4 Dec 2023 13:18:57 +0000 Subject: [PATCH] bug --- src/ripple/app/tx/impl/Remit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ripple/app/tx/impl/Remit.cpp b/src/ripple/app/tx/impl/Remit.cpp index fb1e8d9d3..e96d2d786 100644 --- a/src/ripple/app/tx/impl/Remit.cpp +++ b/src/ripple/app/tx/impl/Remit.cpp @@ -477,6 +477,7 @@ Remit::doApply() // apply sb.update(sleSrcAcc); + sb.update(sleDstAcc); sb.apply(ctx_.rawView()); return tesSUCCESS;