From 6854055f7050c631713db5b2345a1c7ab40e1f52 Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Sat, 2 Dec 2023 21:28:25 +0000 Subject: [PATCH] ensure uritokens are updated --- src/ripple/app/tx/impl/Remit.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ripple/app/tx/impl/Remit.cpp b/src/ripple/app/tx/impl/Remit.cpp index cdd11dfdb..84c0feace 100644 --- a/src/ripple/app/tx/impl/Remit.cpp +++ b/src/ripple/app/tx/impl/Remit.cpp @@ -369,6 +369,8 @@ Remit::doApply() // change the owner sleU->setAccountID(sfOwner, dstAccID); + + sb.update(sleU); } }