mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 23:56:43 +00:00
feat(taiko_genesis): update interanl devnet genesis JSON for ontake hardfork (#291)
This commit is contained in:
parent
83564ba6fc
commit
217c9ec0f4
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -933,7 +933,7 @@ type generateParams struct {
|
|||
withdrawals types.Withdrawals // List of withdrawals to include in block.
|
||||
beaconRoot *common.Hash // The beacon root (cancun field).
|
||||
noTxs bool // Flag whether an empty block without any transaction is expected
|
||||
// CHANGE(taiko): The base fee per gas for the next block
|
||||
// CHANGE(taiko): The base fee per gas for the next block, used by the legacy Taiko blocks.
|
||||
baseFeePerGas *big.Int
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue