txdb: whitespace.

This commit is contained in:
Christopher Jeffrey 2016-10-03 07:29:42 -07:00
parent 5010c5588b
commit a4ea496d62
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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);