mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Use lambdas everywhere in JobQueue.
Conflicts: src/ripple/app/ledger/impl/LedgerConsensusImp.cpp
This commit is contained in:
committed by
Nik Bougalis
parent
a6f866b4d8
commit
c1f50ca7b3
@@ -631,7 +631,7 @@ OverlayImpl::onPeerDeactivate (Peer::id_t id,
|
||||
}
|
||||
|
||||
void
|
||||
OverlayImpl::onManifests (Job&,
|
||||
OverlayImpl::onManifests (
|
||||
std::shared_ptr<protocol::TMManifests> const& m,
|
||||
std::shared_ptr<PeerImp> const& from)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user