mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
cmd/puppeth: fix compile error
This commit is contained in:
parent
d39b937427
commit
b85f8ccbf4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue