push wallet in pool.addWallet.

This commit is contained in:
Christopher Jeffrey 2016-01-01 14:21:10 -08:00
parent 3625a4f4c9
commit 65dd1727be

View File

@ -627,6 +627,7 @@ Pool.prototype.addWallet = function addWallet(w, defaultTs) {
return false;
this.watchWallet(w);
this.wallets.push(w);
e = new EventEmitter();