poll immediately after config change
This commit is contained in:
parent
f00dda92fc
commit
5b4b5359eb
1 changed files with 3 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ Trader.prototype.configure = function (config) {
|
|||
this.transferExchange = this._findWallet(transferExchangeCode).factory(transferExchangeConfig);
|
||||
|
||||
this.config = config;
|
||||
|
||||
this.pollBalance();
|
||||
this.pollRate();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue