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
1 changed files with 2 additions and 2 deletions

View File

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