mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-31 17:02:02 +00:00

Previously these functions would infinitely loop if sync failed; now they have a default timeout of 60 seconds, after which an AssertionError is raised. sync_blocks() has also been improved and now compares the tip hash of each node, rather than just using block count.