txdb: minor.
This commit is contained in:
parent
e35f4aa186
commit
51a64b3d33
@ -1211,7 +1211,7 @@ TXDB.prototype._unconfirm = co(function* unconfirm(hash) {
|
||||
var tx = yield this.getTX(hash);
|
||||
|
||||
if (!tx)
|
||||
return false;
|
||||
return;
|
||||
|
||||
return yield this.__unconfirm(tx);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user