From 9f5daa9b8b5e0338f6ac62b30daa83636766daf0 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Tue, 30 Jun 2026 17:47:36 -0400 Subject: [PATCH] fix build --- include/xrpl/ledger/View.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/ledger/View.h b/include/xrpl/ledger/View.h index 6643ab2cb1..20de0634a9 100644 --- a/include/xrpl/ledger/View.h +++ b/include/xrpl/ledger/View.h @@ -201,7 +201,7 @@ canWithdraw(ReadView const& view, STTx const& tx); [[nodiscard]] TER doWithdraw( - ApplyViewContext& ctx, + ApplyViewContext ctx, AccountID const& senderAcct, AccountID const& dstAcct, AccountID const& sourceAcct,