mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 07:25:51 +00:00
Typo
This commit is contained in:
@@ -1124,7 +1124,7 @@ void PeerImp::recvTransaction (protocol::TMTransaction& packet, ScopedLock& Mast
|
|||||||
|
|
||||||
if (theApp->getJobQueue().getJobCount(jtTRANSACTION) > 100)
|
if (theApp->getJobQueue().getJobCount(jtTRANSACTION) > 100)
|
||||||
WriteLog(lsINFO, Peer) << "Transaction queue is full";
|
WriteLog(lsINFO, Peer) << "Transaction queue is full";
|
||||||
else if (theApp->getLedgerMaster()->getValidatedLedgerAge() > 240)
|
else if (theApp->getLedgerMaster().getValidatedLedgerAge() > 240)
|
||||||
WriteLog(lsINFO, Peer) << "No new transactions until synchronized";
|
WriteLog(lsINFO, Peer) << "No new transactions until synchronized";
|
||||||
else
|
else
|
||||||
theApp->getJobQueue ().addJob (jtTRANSACTION, "recvTransction->checkTransaction",
|
theApp->getJobQueue ().addJob (jtTRANSACTION, "recvTransction->checkTransaction",
|
||||||
|
|||||||
Reference in New Issue
Block a user