From a4ea496d620158521d7423ef145ed0752c796a69 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 3 Oct 2016 07:29:42 -0700 Subject: [PATCH] txdb: whitespace. --- lib/wallet/txdb.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/wallet/txdb.js b/lib/wallet/txdb.js index ea9a512c..332ef08c 100644 --- a/lib/wallet/txdb.js +++ b/lib/wallet/txdb.js @@ -726,7 +726,9 @@ TXDB.prototype._add = co(function* add(tx, info) { continue; coin = Coin.fromTX(tx, i); + this.balance.add(coin); + coin = coin.toRaw(); this.put(layout.c(hash, i), coin);