good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8db8d074 authored by nobody's avatar nobody Committed by Péter Szilágyi
Browse files

cmd/geth: remove the tail "," from genesis config (#17028)

remove the tail "," from genesis config,  which will cause genesis config parse error .
parent 1a703387
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ var customGenesisTests = []struct {
"homesteadBlock" : 314,
"daoForkBlock" : 141,
"daoForkSupport" : true
},
}
}`,
query: "eth.getBlock(0).nonce",
result: "0x0000000000000042",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment