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()))