cmd/puppeth: fix compile error

This commit is contained in:
Martin Holst Swende 2019-01-22 14:33:49 +01:00
parent d39b937427
commit b85f8ccbf4
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -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