txdb: whitespace.
This commit is contained in:
parent
5010c5588b
commit
a4ea496d62
@ -726,7 +726,9 @@ TXDB.prototype._add = co(function* add(tx, info) {
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
coin = Coin.fromTX(tx, i);
|
coin = Coin.fromTX(tx, i);
|
||||||
|
|
||||||
this.balance.add(coin);
|
this.balance.add(coin);
|
||||||
|
|
||||||
coin = coin.toRaw();
|
coin = coin.toRaw();
|
||||||
|
|
||||||
this.put(layout.c(hash, i), coin);
|
this.put(layout.c(hash, i), coin);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user