cmd/puppeth: fix rogue quote in alethGenesisSpec JSON (#18262)

release/1.8
Javier Peletier 6 years ago committed by Péter Szilágyi
parent f32790fb05
commit c1d462ee5d
  1. 2
      cmd/puppeth/genesis.go

@ -54,7 +54,7 @@ type alethGenesisSpec struct {
BlockReward *hexutil.Big `json:"blockReward"`
NetworkID hexutil.Uint64 `json:"networkID"`
ChainID hexutil.Uint64 `json:"chainID"`
AllowFutureBlocks bool `json:"allowFutureBlocks""`
AllowFutureBlocks bool `json:"allowFutureBlocks"`
} `json:"params"`
Genesis struct {

Loading…
Cancel
Save