Skip to content

Commit c1d462e

Browse files
jpeletierkaralabe
authored andcommitted
cmd/puppeth: fix rogue quote in alethGenesisSpec JSON (#18262)
1 parent f32790f commit c1d462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/puppeth/genesis.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type alethGenesisSpec struct {
5454
BlockReward *hexutil.Big `json:"blockReward"`
5555
NetworkID hexutil.Uint64 `json:"networkID"`
5656
ChainID hexutil.Uint64 `json:"chainID"`
57-
AllowFutureBlocks bool `json:"allowFutureBlocks""`
57+
AllowFutureBlocks bool `json:"allowFutureBlocks"`
5858
} `json:"params"`
5959

6060
Genesis struct {

0 commit comments

Comments
 (0)