remove the tail "," from genesis config

remove the tail "," from genesis config,  which will cause genesis config parse error .
This commit is contained in:
nobody 2018-06-19 22:34:51 +08:00 committed by GitHub
parent f1986f86f2
commit 35633e2106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ var customGenesisTests = []struct {
"homesteadBlock" : 314, "homesteadBlock" : 314,
"daoForkBlock" : 141, "daoForkBlock" : 141,
"daoForkSupport" : true "daoForkSupport" : true
}, }
}`, }`,
query: "eth.getBlock(0).nonce", query: "eth.getBlock(0).nonce",
result: "0x0000000000000042", result: "0x0000000000000042",