mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fix more build errors
This commit is contained in:
@@ -1190,10 +1190,10 @@ computeLoanProperties(
|
||||
// over payments)
|
||||
auto const loanScale = totalValueOutstanding.exponent();
|
||||
XRPL_ASSERT_PARTS(
|
||||
totalValueOutstanding.integral() && loanScale == 0 ||
|
||||
!totalValueOutstanding.integral() &&
|
||||
loanScale ==
|
||||
static_cast<Number>(totalValueOutstanding).exponent(),
|
||||
(totalValueOutstanding.integral() && loanScale == 0) ||
|
||||
(!totalValueOutstanding.integral() &&
|
||||
loanScale ==
|
||||
static_cast<Number>(totalValueOutstanding).exponent()),
|
||||
"ripple::computeLoanProperties",
|
||||
"loanScale value fits expectations");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user