mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Improve error code lookup
This commit is contained in:
@@ -1840,7 +1840,7 @@ applyTransaction (Application& app, OpenView& view,
|
||||
if (result.second)
|
||||
{
|
||||
JLOG (j.debug)
|
||||
<< "Transaction applied: " << transHuman (result.first);
|
||||
<< "Transaction applied: " << transHuman (result.first);
|
||||
return LedgerConsensusImp::resultSuccess;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user