From 34b51def19a919ec31bd89e7b56a7ddf3989f198 Mon Sep 17 00:00:00 2001 From: Jerry Brady Date: Mon, 31 Mar 2014 22:55:16 +0000 Subject: [PATCH] set enabled flag back to false --- pool_configs/vertcoin_example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pool_configs/vertcoin_example.json b/pool_configs/vertcoin_example.json index f16a917..c554778 100644 --- a/pool_configs/vertcoin_example.json +++ b/pool_configs/vertcoin_example.json @@ -1,5 +1,5 @@ { - "enabled": true, + "enabled": false, "coin": "vertcoin.json", "shareProcessing": { @@ -54,4 +54,4 @@ "password": "testpass" } ] -} \ No newline at end of file +}