txdb: minor.
This commit is contained in:
parent
33a8e1e511
commit
ef1eb23ea3
@ -835,7 +835,7 @@ TXDB.prototype.insert = co(function* insert(wtx, block) {
|
|||||||
if (!block) {
|
if (!block) {
|
||||||
if (!(yield this.verifyInput(tx, i, coin))) {
|
if (!(yield this.verifyInput(tx, i, coin))) {
|
||||||
this.clear();
|
this.clear();
|
||||||
return false;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user