config renamed to avoid ambiguousness
This commit is contained in:
parent
84604689a9
commit
67bf97c1fc
4 changed files with 13 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue