From e962cd96c8296e7b5b8c7cfa37d327ef21277f94 Mon Sep 17 00:00:00 2001 From: aayanl Date: Sun, 12 Mar 2017 21:42:55 -0400 Subject: [PATCH] Drop walletInterval to 2.5 minutes in examples --- pool_configs/zcash_example.json | 2 +- pool_configs/zcash_testnet_example.json | 2 +- pool_configs/zclassic_example.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pool_configs/zcash_example.json b/pool_configs/zcash_example.json index fc17c41..33b1eea 100644 --- a/pool_configs/zcash_example.json +++ b/pool_configs/zcash_example.json @@ -11,7 +11,7 @@ "tAddress": "", "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", - "walletInterval": 10, + "walletInterval": 2.5, "rewardRecipients": { "": 0.2, diff --git a/pool_configs/zcash_testnet_example.json b/pool_configs/zcash_testnet_example.json index 07f84f6..6340845 100644 --- a/pool_configs/zcash_testnet_example.json +++ b/pool_configs/zcash_testnet_example.json @@ -12,7 +12,7 @@ "tAddress": "", "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", - "walletInterval": 10, + "walletInterval": 2.5, "rewardRecipients": { "": 0.2, diff --git a/pool_configs/zclassic_example.json b/pool_configs/zclassic_example.json index 475dcb0..b7851e7 100644 --- a/pool_configs/zclassic_example.json +++ b/pool_configs/zclassic_example.json @@ -11,7 +11,7 @@ "tAddress": "tmLqYHEnCiL4dpktEKdAKeRjPdkxNtJVWfb", "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", - "walletInterval": 10, + "walletInterval": 2.5, "rewardRecipients": { },