1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 12:34:27 +00:00

example-cfg.json: remove extraneous commas, which broke JSON decode

Spotted by lfm
This commit is contained in:
Jeff Garzik 2011-03-21 17:44:20 -04:00 committed by Jeff Garzik
parent 124abb6c4d
commit 594fe678fb

View File

@ -9,5 +9,5 @@
"algo" : "sse2_64",
"threads" : "4",
"quiet" : true,
"quiet" : true
}