Skip to content

Commit 7530803

Browse files
authored
Merge pull request #23039 from holiman/basefeepergas
core: change baseFee into baseFeePerGas in genesis json
2 parents 1d57f22 + 8a4460c commit 7530803

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/gen_genesis.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type Genesis struct {
6262
Number uint64 `json:"number"`
6363
GasUsed uint64 `json:"gasUsed"`
6464
ParentHash common.Hash `json:"parentHash"`
65-
BaseFee *big.Int `json:"baseFee"`
65+
BaseFee *big.Int `json:"baseFeePerGas"`
6666
}
6767

6868
// GenesisAlloc specifies the initial state that is part of the genesis block.

0 commit comments

Comments
 (0)