mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix typo in TxQ log message
This commit is contained in:
@@ -1027,7 +1027,7 @@ TxQ::apply(Application& app, OpenView& view,
|
||||
JLOG(j_.warn()) <<
|
||||
"Removing last item of account " <<
|
||||
lastRIter->account <<
|
||||
"from queue with average fee of" <<
|
||||
" from queue with average fee of " <<
|
||||
endEffectiveFeeLevel << " in favor of " <<
|
||||
transactionID << " with fee of " <<
|
||||
feeLevelPaid;
|
||||
|
||||
Reference in New Issue
Block a user