mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
cmd/puppeth: fix rogue quote in alethGenesisSpec JSON
This commit is contained in:
parent
f32790fb05
commit
d698e6d53e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue