Fix typo in TxQ log message

This commit is contained in:
Edward Hennis
2017-08-29 13:52:00 -04:00
committed by seelabs
parent 21dc05fc33
commit 89e8ea436a

View File

@@ -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;