From e68d74cda4bcd22af7ffb3526759de92f55e990d Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Sat, 21 Mar 2026 21:10:20 -0700 Subject: [PATCH] fix account_ --- include/xrpl/tx/Transactor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/tx/Transactor.h b/include/xrpl/tx/Transactor.h index cb916f5d7d..1e4386bd8c 100644 --- a/include/xrpl/tx/Transactor.h +++ b/include/xrpl/tx/Transactor.h @@ -115,7 +115,7 @@ protected: beast::Journal const j_; AccountID const accountID_; - AccountRoot const account_; + WritableAccountRoot account_; XRPAmount preFeeBalance_{}; // Balance before fees. virtual ~Transactor() = default;