cmd/puppeth: fix rogue quote in alethGenesisSpec JSON

This commit is contained in:
Javier Peletier 2018-12-09 23:02:28 +01:00
parent f32790fb05
commit d698e6d53e

View file

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