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)