mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Refactor ConnectionPool into IPeers and hide the implementation
Conflicts: src/cpp/ripple/Application.h
This commit is contained in:
@@ -315,7 +315,7 @@ bool LedgerMaster::acquireMissingLedger(Ledger::ref origLedger, const uint256& l
|
||||
tmBH.set_query(true);
|
||||
tmBH.set_seq(ledgerSeq);
|
||||
tmBH.set_ledgerhash(ledgerHash.begin(), 32);
|
||||
std::vector<Peer::pointer> peerList = theApp->getConnectionPool().getPeerVector();
|
||||
std::vector<Peer::pointer> peerList = theApp->getPeers().getPeerVector();
|
||||
|
||||
Peer::pointer target;
|
||||
int count = 0;
|
||||
|
||||
Reference in New Issue
Block a user