Skip to content

Commit

Permalink
cmd/evm: use basefee from genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Aug 8, 2024
1 parent 142e50a commit 2a6895f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/evm/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ func runCmd(ctx *cli.Context) error {
Time: genesisConfig.Timestamp,
Coinbase: genesisConfig.Coinbase,
BlockNumber: new(big.Int).SetUint64(genesisConfig.Number),
BaseFee: genesisConfig.BaseFee,
BlobHashes: blobHashes,
BlobBaseFee: blobBaseFee,
EVMConfig: vm.Config{
Expand Down

0 comments on commit 2a6895f

Please sign in to comment.