mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Whitespace changes.
This commit is contained in:
@@ -48,15 +48,11 @@ void Application::run()
|
|||||||
mRPCDoor=new RPCDoor(mIOService);
|
mRPCDoor=new RPCDoor(mIOService);
|
||||||
}//else BOOST_LOG_TRIVIAL(info) << "No RPC Port set. Not listening for commands.";
|
}//else BOOST_LOG_TRIVIAL(info) << "No RPC Port set. Not listening for commands.";
|
||||||
|
|
||||||
mConnectionPool.connectToNetwork(mKnownNodes,mIOService);
|
mConnectionPool.connectToNetwork(mKnownNodes, mIOService);
|
||||||
mTimingService.start(mIOService);
|
mTimingService.start(mIOService);
|
||||||
cout << "Before Run." << endl;
|
cout << "Before Run." << endl;
|
||||||
mIOService.run();// This blocks
|
mIOService.run(); // This blocks
|
||||||
|
|
||||||
//BOOST_LOG_TRIVIAL(info) << "Done.";
|
//BOOST_LOG_TRIVIAL(info) << "Done.";
|
||||||
cout << "Done." << endl;
|
cout << "Done." << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user