From 47359301a24b3682b5bf9bbfae0cf8ae21a9ee62 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 17 Jul 2017 10:33:13 +0200 Subject: core: blocknumber in genesis as hex (#14812) --- core/genesis.go | 1 + 1 file changed, 1 insertion(+) (limited to 'core/genesis.go') diff --git a/core/genesis.go b/core/genesis.go index a507d522b..fd6ed6115 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -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 } -- cgit