mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| api.go | ||
| clique.go | ||
| clique_test.go | ||
| snapshot.go | ||
| snapshot_test.go | ||