mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update src/xrpld/app/tx/detail/LoanBrokerCoverClawback.cpp
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
This commit is contained in:
@@ -275,7 +275,7 @@ LoanBrokerCoverClawback::preclaim(PreclaimContext const& ctx)
|
|||||||
STAmount const clawAmount = *findClawAmount;
|
STAmount const clawAmount = *findClawAmount;
|
||||||
|
|
||||||
// Explicitly check the balance of the trust line / MPT to make sure the
|
// Explicitly check the balance of the trust line / MPT to make sure the
|
||||||
// balance is actually there. It should always match `stCoverAvailable`, so
|
// balance is actually there. It should always match `sfCoverAvailable`, so
|
||||||
// if there isn't, this is an internal error.
|
// if there isn't, this is an internal error.
|
||||||
if (accountHolds(
|
if (accountHolds(
|
||||||
ctx.view,
|
ctx.view,
|
||||||
|
|||||||
Reference in New Issue
Block a user