We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32790f commit c1d462eCopy full SHA for c1d462e
cmd/puppeth/genesis.go
@@ -54,7 +54,7 @@ type alethGenesisSpec struct {
54
BlockReward *hexutil.Big `json:"blockReward"`
55
NetworkID hexutil.Uint64 `json:"networkID"`
56
ChainID hexutil.Uint64 `json:"chainID"`
57
- AllowFutureBlocks bool `json:"allowFutureBlocks""`
+ AllowFutureBlocks bool `json:"allowFutureBlocks"`
58
} `json:"params"`
59
60
Genesis struct {
0 commit comments