From 65dd1727be07f3eef5ef7afd145f9963b15e2d3c Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 1 Jan 2016 14:21:10 -0800 Subject: [PATCH] push wallet in pool.addWallet. --- lib/bcoin/pool.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bcoin/pool.js b/lib/bcoin/pool.js index aa377f34..d7a9fd1c 100644 --- a/lib/bcoin/pool.js +++ b/lib/bcoin/pool.js @@ -627,6 +627,7 @@ Pool.prototype.addWallet = function addWallet(w, defaultTs) { return false; this.watchWallet(w); + this.wallets.push(w); e = new EventEmitter();