poll immediately after config change

This commit is contained in:
Josh Harvey 2014-04-25 00:25:01 -04:00
parent f00dda92fc
commit 5b4b5359eb

View file

@ -100,6 +100,9 @@ Trader.prototype.configure = function (config) {
this.transferExchange = this._findWallet(transferExchangeCode).factory(transferExchangeConfig); this.transferExchange = this._findWallet(transferExchangeCode).factory(transferExchangeConfig);
this.config = config; this.config = config;
this.pollBalance();
this.pollRate();
}; };
/** /**