Misnamed Var

master
Alexander Blair 7 years ago
parent 3fab1673ff
commit f0cf898c53

@ -684,7 +684,7 @@ function init() {
});
}, 60000);
setInterval(determineBestExchange, 60000);
console.log("Setting the payment timer to: " + global.config.payout.timer + " minutes with a: " + global.config.timerRetry + " minute delay if the wallet is out of money");
console.log("Setting the payment timer to: " + global.config.payout.timer + " minutes with a: " + global.config.payout.timerRetry + " minute delay if the wallet is out of money");
makePayments();
}

Loading…
Cancel
Save