mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix typo.
This commit is contained in:
@@ -1307,7 +1307,7 @@ void PeerImp::recvTransaction (protocol::TMTransaction& packet, Application::Sco
|
||||
else if (getApp().getLedgerMaster().getValidatedLedgerAge() > 240)
|
||||
WriteLog(lsINFO, Peer) << "No new transactions until synchronized";
|
||||
else
|
||||
getApp().getJobQueue ().addJob (jtTRANSACTION, "recvTransction->checkTransaction",
|
||||
getApp().getJobQueue ().addJob (jtTRANSACTION, "recvTransaction->checkTransaction",
|
||||
BIND_TYPE (&checkTransaction, P_1, flags, stx, boost::weak_ptr<Peer> (shared_from_this ())));
|
||||
|
||||
#ifndef TRUST_NETWORK
|
||||
|
||||
Reference in New Issue
Block a user