We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933447c commit a913a79Copy full SHA for a913a79
src/xrpld/app/tx/detail/VaultWithdraw.cpp
@@ -177,8 +177,9 @@ VaultWithdraw::doApply()
177
}
178
179
// When withdrawing IOU to the issuer, ignore freeze since spec allows
180
- // returning frozen IOU assets to their issuer (MPTs don't have this
181
- // concept)
+ // returning frozen IOU assets to their issuer. MPTs don't have this
+ // exemption - MPT locks function like "deep freeze" with no issuer
182
+ // exception.
183
FreezeHandling const freezeHandling = (vaultAsset.holds<Issue>() &&
184
(dstAcct == vaultAsset.getIssuer() ||
185
account_ == vaultAsset.getIssuer()))
0 commit comments