From a913a791aa38ba068ee395e41ff7493d2572b185 Mon Sep 17 00:00:00 2001 From: Valentin Balaschenko <13349202+vlntb@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:54:45 +0000 Subject: [PATCH] clarifying comment --- src/xrpld/app/tx/detail/VaultWithdraw.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/xrpld/app/tx/detail/VaultWithdraw.cpp b/src/xrpld/app/tx/detail/VaultWithdraw.cpp index 000cd84e0d..f1b1ff18b7 100644 --- a/src/xrpld/app/tx/detail/VaultWithdraw.cpp +++ b/src/xrpld/app/tx/detail/VaultWithdraw.cpp @@ -177,8 +177,9 @@ VaultWithdraw::doApply() } // When withdrawing IOU to the issuer, ignore freeze since spec allows - // returning frozen IOU assets to their issuer (MPTs don't have this - // concept) + // returning frozen IOU assets to their issuer. MPTs don't have this + // exemption - MPT locks function like "deep freeze" with no issuer + // exception. FreezeHandling const freezeHandling = (vaultAsset.holds() && (dstAcct == vaultAsset.getIssuer() || account_ == vaultAsset.getIssuer()))