config renamed to avoid ambiguousness

This commit is contained in:
Damian Mee 2014-08-22 23:44:36 +02:00
parent 84604689a9
commit 67bf97c1fc
4 changed files with 13 additions and 10 deletions

View file

@ -144,6 +144,9 @@ exports.configure = function configure(config) {
pollBalance();
pollRate();
};
exports.getCachedConfig = function getCachedConfig() {
return cachedConfig;
};
// This is where we record starting trade balance at the beginning