forked from cerc-io/plugeth
cmd/geth: remove the tail "," from genesis config (#17028)
remove the tail "," from genesis config, which will cause genesis config parse error .
This commit is contained in:
parent
1a70338734
commit
8db8d074e2
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user