forked from cerc-io/plugeth
cmd/puppeth: fix rogue quote in alethGenesisSpec JSON (#18262)
This commit is contained in:
parent
f32790fb05
commit
c1d462ee5d
@ -54,7 +54,7 @@ type alethGenesisSpec struct {
|
|||||||
BlockReward *hexutil.Big `json:"blockReward"`
|
BlockReward *hexutil.Big `json:"blockReward"`
|
||||||
NetworkID hexutil.Uint64 `json:"networkID"`
|
NetworkID hexutil.Uint64 `json:"networkID"`
|
||||||
ChainID hexutil.Uint64 `json:"chainID"`
|
ChainID hexutil.Uint64 `json:"chainID"`
|
||||||
AllowFutureBlocks bool `json:"allowFutureBlocks""`
|
AllowFutureBlocks bool `json:"allowFutureBlocks"`
|
||||||
} `json:"params"`
|
} `json:"params"`
|
||||||
|
|
||||||
Genesis struct {
|
Genesis struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user