mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 21:04:11 +00:00
update for excessDataGas
type chaneg
This commit is contained in:
parent
22338b7870
commit
bab49dcd7e
@ -56,7 +56,7 @@ proc pp*(h: BlockHeader; sep = " "): string =
|
||||
&"stateRoot={h.stateRoot.pp}{sep}" &
|
||||
&"baseFee={h.baseFee}{sep}" &
|
||||
&"withdrawalsRoot={h.withdrawalsRoot.get(EMPTY_ROOT_HASH)}{sep}" &
|
||||
&"excessDataGas={h.excessDataGas.get(GasInt(0))}"
|
||||
&"excessDataGas={h.excessDataGas.get(0.u256)}"
|
||||
|
||||
proc pp*(g: Genesis; sep = " "): string =
|
||||
"" &
|
||||
|
Loading…
x
Reference in New Issue
Block a user