forked from cerc-io/plugeth
cef1a86df2
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. |
||
---|---|---|
.. | ||
stress | ||
miner_test.go | ||
miner.go | ||
unconfirmed_test.go | ||
unconfirmed.go | ||
worker_test.go | ||
worker.go |