mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Temporarily disable the num payments guard
This commit is contained in:
@@ -376,6 +376,7 @@ LoanSet::checkGuards(
|
||||
return tecPRECISION_LOSS;
|
||||
}
|
||||
|
||||
#if LOANTEMP
|
||||
// Guard 4: if the rounded periodic payment is large enough that the
|
||||
// loan can't be amortized in the specified number of payments, raise an
|
||||
// error
|
||||
@@ -396,6 +397,7 @@ LoanSet::checkGuards(
|
||||
return tecPRECISION_LOSS;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
return tesSUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user