mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-15 03:52:31 +00:00
BlockGenerator will now attempt to generate a new block if none of its peers have a recent block either (in case of network stall). BlockGenerator still needs a minimum number of peers before generating though. Reduce BlockGenerator workload and use of blockchain lock if it can't generate a block. Reduce Synchronizer logging output. Unify calculating timestamp threshold for 'recent' block into Controller.