Skip to content

Commit

Permalink
fix random
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Sep 20, 2024
1 parent c8d396d commit fd1fd7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func newEVMBlockContext(header *types.Header, chain ChainContext, author *common
BaseFee: baseFee,
BlobBaseFee: blobBaseFee,
GasLimit: header.GasLimit,
Random: random,
}
}

Expand Down

0 comments on commit fd1fd7f

Please sign in to comment.