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;