From 1f7b7c36a8b9d1d6cc38dead1030bf5f8ddb7d9b Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 7 May 2014 12:00:40 -0600 Subject: [PATCH] Remove txRefreshInterval from example config as its not longer used --- pool_configs/litecoin_example.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pool_configs/litecoin_example.json b/pool_configs/litecoin_example.json index a2cdcdf..e9512b8 100644 --- a/pool_configs/litecoin_example.json +++ b/pool_configs/litecoin_example.json @@ -11,7 +11,6 @@ }, "blockRefreshInterval": 1000, - "txRefreshInterval": 20000, "jobRebroadcastTimeout": 55, "connectionTimeout": 600, "emitInvalidBlockHashes": false,