Skip to content

Commit a913a79

Browse files
committed
clarifying comment
1 parent 933447c commit a913a79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/xrpld/app/tx/detail/VaultWithdraw.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@ VaultWithdraw::doApply()
177177
}
178178

179179
// 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)
180+
// returning frozen IOU assets to their issuer. MPTs don't have this
181+
// exemption - MPT locks function like "deep freeze" with no issuer
182+
// exception.
182183
FreezeHandling const freezeHandling = (vaultAsset.holds<Issue>() &&
183184
(dstAcct == vaultAsset.getIssuer() ||
184185
account_ == vaultAsset.getIssuer()))

0 commit comments

Comments
 (0)