mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update src/xrpld/app/tx/detail/LoanManage.cpp
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
This commit is contained in:
@@ -106,7 +106,7 @@ LoanManage::preclaim(PreclaimContext const& ctx)
|
|||||||
if (loanBrokerSle->at(sfOwner) != account)
|
if (loanBrokerSle->at(sfOwner) != account)
|
||||||
{
|
{
|
||||||
JLOG(ctx.j.warn())
|
JLOG(ctx.j.warn())
|
||||||
<< "LoanBroker for Loan does not belong to the account. LoanModify "
|
<< "LoanBroker for Loan does not belong to the account. LoanManage "
|
||||||
"can only be submitted by the Loan Broker.";
|
"can only be submitted by the Loan Broker.";
|
||||||
return tecNO_PERMISSION;
|
return tecNO_PERMISSION;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user