Explorar o código

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

Javier Peletier %!s(int64=7) %!d(string=hai) anos
pai
achega
c1d462ee5d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {