update for excessDataGas type chaneg

This commit is contained in:
Etan Kissling 2022-12-14 00:30:52 +01:00 committed by zah
parent 22338b7870
commit bab49dcd7e

View File

@ -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 =
"" &