txdb: minor.

This commit is contained in:
Christopher Jeffrey 2016-12-13 17:51:45 -08:00
parent 33a8e1e511
commit ef1eb23ea3
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -835,7 +835,7 @@ TXDB.prototype.insert = co(function* insert(wtx, block) {
if (!block) {
if (!(yield this.verifyInput(tx, i, coin))) {
this.clear();
return false;
return;
}
}