WIP
This commit is contained in:
parent
78df2f7582
commit
da88243db0
2 changed files with 12 additions and 6 deletions
|
|
@ -254,6 +254,6 @@ Trader.prototype.pollRate = function (callback) {
|
|||
});
|
||||
};
|
||||
|
||||
Trader.prototype.rate = function (currency) {
|
||||
return this.rates[currency];
|
||||
Trader.prototype.rate = function () {
|
||||
return this.rates[this.config.exchanges.settings.currency];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue