Merge pull request #31 from bluecircle/bluecircle

Set enabled flag back to false for Vertcoin
This commit is contained in:
Matthew Little 2014-03-31 17:51:05 -06:00
commit 9a3d53010e

View File

@ -1,5 +1,5 @@
{ {
"enabled": true, "enabled": false,
"coin": "vertcoin.json", "coin": "vertcoin.json",
"shareProcessing": { "shareProcessing": {
@ -54,4 +54,4 @@
"password": "testpass" "password": "testpass"
} }
] ]
} }