mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove KnownNodeList completely and remove pugi from build.
This commit is contained in:
@@ -93,7 +93,7 @@ void Application::run()
|
||||
mRPCDoor=new RPCDoor(mIOService);
|
||||
}//else BOOST_LOG_TRIVIAL(info) << "No RPC Port set. Not listening for commands.";
|
||||
|
||||
mConnectionPool.connectToNetwork(mKnownNodes, mIOService);
|
||||
mConnectionPool.connectToNetwork(mIOService);
|
||||
mTimingService.start(mIOService);
|
||||
|
||||
std::cout << "Before Run." << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user