mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
clarifying comment
This commit is contained in:
@@ -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<Issue>() &&
|
||||
(dstAcct == vaultAsset.getIssuer() ||
|
||||
account_ == vaultAsset.getIssuer()))
|
||||
|
||||
Reference in New Issue
Block a user