mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-30 10:30:22 +00:00
Address comments
This commit is contained in:
@@ -287,7 +287,7 @@ constructLoanState(SLE::const_ref loan);
|
||||
* been accepted by the borrower.
|
||||
*/
|
||||
inline bool
|
||||
isPendingLoan(SLE::const_ref loan)
|
||||
isLoanPending(SLE::const_ref loan)
|
||||
{
|
||||
return loan->isFlag(lsfLoanPending);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user