go-ethereum/consensus/ethash
jovijovi b3b8b268eb
consensus: define MaxGasLimit as a const in params (#24092)
* consensus: use the maxGasLimit constant to check the header.GasLimit to avoid creating new variables repeatedly

* consensus: check the header.GasLimit by the public constant MaxGasLimit

* consensus: check the header.GasLimit by the constant MaxGasLimit
2021-12-14 10:17:25 +01:00
..
algorithm.go
algorithm_test.go
api.go
consensus.go consensus: define MaxGasLimit as a const in params (#24092) 2021-12-14 10:17:25 +01:00
consensus_test.go
difficulty.go
ethash.go
ethash_test.go
mmap_help_linux.go
mmap_help_other.go
sealer.go
sealer_test.go