txdb: whitespace.
This commit is contained in:
parent
5010c5588b
commit
a4ea496d62
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user