mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 22:43:47 +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.
|
withdrawals types.Withdrawals // List of withdrawals to include in block.
|
||||||
beaconRoot *common.Hash // The beacon root (cancun field).
|
beaconRoot *common.Hash // The beacon root (cancun field).
|
||||||
noTxs bool // Flag whether an empty block without any transaction is expected
|
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
|
baseFeePerGas *big.Int
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue