Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
cmd/geth: remove the tail "," from genesis config (#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 nonsense committed Jul 9, 2018
1 parent 8f7742e commit 77806de
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 77806de

Please sign in to comment.