Drop walletInterval to 2.5 minutes in examples

This commit is contained in:
aayanl 2017-03-12 21:42:55 -04:00
parent 86778a2ae2
commit e962cd96c8
3 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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": {
},