Skip to content

Commit

Permalink
cmd/geth: remove the tail "," from genesis config (ethereum#17028)
Browse files Browse the repository at this point in the history
remove the tail "," from genesis config,  which will cause genesis config parse error .
  • Loading branch information
ddean2009 authored and kielbarry committed Jul 9, 2018
1 parent 3905e55 commit 549beb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var customGenesisTests = []struct {
"homesteadBlock" : 314,
"daoForkBlock" : 141,
"daoForkSupport" : true
},
}
}`,
query: "eth.getBlock(0).nonce",
result: "0x0000000000000042",
Expand Down

0 comments on commit 549beb1

Please sign in to comment.