mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-30 02:20:39 +00:00
fix: Fix touchy "funds are conserved" assertion in LoanPay (#6231)
This commit is contained in:
@@ -357,7 +357,7 @@ STAmount::operator=(IOUAmount const& iou)
|
||||
{
|
||||
XRPL_ASSERT(
|
||||
integral() == false,
|
||||
"xrpl::STAmount::operator=(IOUAmount) : is not integral");
|
||||
"ripple::STAmount::operator=(IOUAmount) : is not integral");
|
||||
mOffset = iou.exponent();
|
||||
mIsNegative = iou < beast::zero;
|
||||
if (mIsNegative)
|
||||
|
||||
Reference in New Issue
Block a user