• jovijovi's avatar
    consensus: define MaxGasLimit as a const in params (#24092) · b3b8b268
    jovijovi authored
    * 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
    b3b8b268
Name
Last commit
Last update
..
algorithm.go Loading commit data...
algorithm_test.go Loading commit data...
api.go Loading commit data...
consensus.go Loading commit data...
consensus_test.go Loading commit data...
difficulty.go Loading commit data...
ethash.go Loading commit data...
ethash_test.go Loading commit data...
mmap_help_linux.go Loading commit data...
mmap_help_other.go Loading commit data...
sealer.go Loading commit data...
sealer_test.go Loading commit data...