浏览代码

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

Javier Peletier 7 年之前
父节点
当前提交
c1d462ee5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmd/puppeth/genesis.go

+ 1 - 1
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 {