Skip to content

Commit 8db8d07

Browse files
ddean2009karalabe
authored andcommitted
cmd/geth: remove the tail "," from genesis config (#17028)
remove the tail "," from genesis config, which will cause genesis config parse error .
1 parent 1a70338 commit 8db8d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/genesis_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var customGenesisTests = []struct {
7777
"homesteadBlock" : 314,
7878
"daoForkBlock" : 141,
7979
"daoForkSupport" : true
80-
},
80+
}
8181
}`,
8282
query: "eth.getBlock(0).nonce",
8383
result: "0x0000000000000042",

0 commit comments

Comments
 (0)