mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix the race condition bug Jed reported. A time jump on startup could cause
an apparently overly-long (or even negative) ledger interval. The fix is to start up time synch earlier and to tolerate slight negative ledger intervals.
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
class Application
|
||||
{
|
||||
boost::asio::io_service mIOService;
|
||||
boost::asio::io_service mIOService, mAuxService;
|
||||
|
||||
Wallet mWallet;
|
||||
UniqueNodeList mUNL;
|
||||
|
||||
Reference in New Issue
Block a user