Update src/xrpld/app/tx/detail/LoanManage.cpp

Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
This commit is contained in:
Ed Hennis
2025-12-05 19:29:54 -05:00
committed by GitHub
parent 947ad002e0
commit b02b700532

View File

@@ -106,7 +106,7 @@ LoanManage::preclaim(PreclaimContext const& ctx)
if (loanBrokerSle->at(sfOwner) != account)
{
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.";
return tecNO_PERMISSION;
}