From ef1eb23ea38d7d551fca597165413b5d545113dc Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 13 Dec 2016 17:51:45 -0800 Subject: [PATCH] txdb: minor. --- lib/wallet/txdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet/txdb.js b/lib/wallet/txdb.js index 0d201076..ad9b58a2 100644 --- a/lib/wallet/txdb.js +++ b/lib/wallet/txdb.js @@ -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; } }