mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Currently, we determine if MVHashMap should be enabled by checking the block number with parallelUniverse flag in genesis, which has a value of 0. Some headers' block number is 0, so MVHashMap was enabled, which led to a few errors. Disable this flag explicitly until we figure out a proper hardfork solution. |
||
|---|---|---|
| .. | ||
| stress | ||
| fake_miner.go | ||
| miner.go | ||
| miner_test.go | ||
| test_backend.go | ||
| unconfirmed.go | ||
| unconfirmed_test.go | ||
| worker.go | ||
| worker_test.go | ||