core: blocknumber in genesis as hex (#14812)

This commit is contained in:
Martin Holst Swende
2017-07-17 10:33:13 +02:00
committed by Felix Lange
parent 0ff35e170d
commit 47359301a2
2 changed files with 5 additions and 6 deletions

View File

@@ -92,6 +92,7 @@ type genesisSpecMarshaling struct {
ExtraData hexutil.Bytes
GasLimit math.HexOrDecimal64
GasUsed math.HexOrDecimal64
Number math.HexOrDecimal64
Difficulty *math.HexOrDecimal256
Alloc map[common.UnprefixedAddress]GenesisAccount
}