mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-16 09:05:50 +00:00
fixup! Start implementing LoanBrokerCoverWithdraw.Destination field
This commit is contained in:
@@ -125,7 +125,7 @@ LoanBrokerCoverWithdraw::preclaim(PreclaimContext const& ctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Destination MPToken must exist (if asset is an MPT)
|
// Destination MPToken must exist (if asset is an MPT)
|
||||||
if (auto const ter = requireAuth(ctx.view, vaultAsset, dstAcct))
|
if (auto const ter = requireAuth(ctx.view, vaultAsset, dstAcct, authType))
|
||||||
return ter;
|
return ter;
|
||||||
|
|
||||||
// The broker's pseudo-account is the source of funds.
|
// The broker's pseudo-account is the source of funds.
|
||||||
|
|||||||
Reference in New Issue
Block a user