mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
docs: Improve VaultWithdraw documentation (#6068)
This commit is contained in:
@@ -121,6 +121,8 @@ VaultWithdraw::preclaim(PreclaimContext const& ctx)
|
||||
if (auto const ret = checkFrozen(ctx.view, dstAcct, vaultAsset))
|
||||
return ret;
|
||||
|
||||
// Cannot return shares to the vault, if the underlying asset was frozen for
|
||||
// the submitter
|
||||
if (auto const ret = checkFrozen(ctx.view, account, vaultShare))
|
||||
return ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user