From b85f8ccbf47af2cb817a8a1fb8c90e5329bd840b Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Tue, 22 Jan 2019 14:33:49 +0100 Subject: [PATCH] cmd/puppeth: fix compile error --- cmd/puppeth/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/puppeth/genesis.go b/cmd/puppeth/genesis.go index 77db2ba879..ae7675cd9b 100644 --- a/cmd/puppeth/genesis.go +++ b/cmd/puppeth/genesis.go @@ -448,7 +448,7 @@ func (spec *parityChainSpec) setConstantinople(num *big.Int) { } func (spec *parityChainSpec) setConstantinopleFix(num *big.Int) { - spec.Params.EIP1283DisableTransition = n + spec.Params.EIP1283DisableTransition = hexutil.Uint64(num.Uint64()) } // pyEthereumGenesisSpec represents the genesis specification format used by the