good morning!!!!

Skip to content
Snippets Groups Projects
Commit c1d462ee authored by Javier Peletier's avatar Javier Peletier Committed by Péter Szilágyi
Browse files

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

parent f32790fb
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment