• Mateusz Morusiewicz's avatar
    miner: discard interrupted blocks (#24638) · cef1a86d
    Mateusz Morusiewicz authored
    During mining, when a new head arrives and interrupts the block building, the block being built should not be commited (but discarded). Committing the interrupted block introduces unnecessary delay, and possibly causes miner to mine on the previous head, which could result in higher uncle rate.
    cef1a86d
Name
Last commit
Last update
..
stress Loading commit data...
miner.go Loading commit data...
miner_test.go Loading commit data...
unconfirmed.go Loading commit data...
unconfirmed_test.go Loading commit data...
worker.go Loading commit data...
worker_test.go Loading commit data...