mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 19:25:51 +00:00
1) Do the wait even on the exception path so if discoverPeers throws, we don't bypass the sleep. 2) Move some field accesses inside the lock. Resolves issue 527.