Commit c1d462ee authored by Javier Peletier's avatar Javier Peletier Committed by Péter Szilágyi

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

parent f32790fb
...@@ -54,7 +54,7 @@ type alethGenesisSpec struct { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment