mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make UNL bootstrapping more robust.
This commit is contained in:
@@ -70,6 +70,11 @@ void Application::run()
|
||||
//
|
||||
mWallet.start();
|
||||
|
||||
//
|
||||
// Set up UNL.
|
||||
//
|
||||
getUNL().nodeBootstrap();
|
||||
|
||||
//
|
||||
// Allow peer connections.
|
||||
//
|
||||
@@ -122,8 +127,6 @@ void Application::run()
|
||||
|
||||
mNetOps.setStateTimer(0);
|
||||
|
||||
getUNL().nodeBootstrap();
|
||||
|
||||
mIOService.run(); // This blocks
|
||||
|
||||
std::cout << "Done." << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user