From e4480569f72c4795a9852ecb7c9d9328b675b71c Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Wed, 16 Jul 2025 18:58:25 -0400 Subject: [PATCH] TEMP: Change VaultWithdraw back so tests pass --- src/xrpld/app/tx/detail/VaultWithdraw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrpld/app/tx/detail/VaultWithdraw.cpp b/src/xrpld/app/tx/detail/VaultWithdraw.cpp index decc82407b..f5a4f302ec 100644 --- a/src/xrpld/app/tx/detail/VaultWithdraw.cpp +++ b/src/xrpld/app/tx/detail/VaultWithdraw.cpp @@ -138,7 +138,7 @@ VaultWithdraw::preclaim(PreclaimContext const& ctx) } // The destination account must have consented to receive the asset by // creating a RippleState or MPToken - authType = AuthType::StrongAuth; + // authType = AuthType::StrongAuth; } // Destination MPToken must exist (if asset is an MPT)