From 0eb29e50b5e3293ac843fd80b876ca7ab18ebdb0 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 4 Oct 2016 22:45:27 -0700 Subject: [PATCH] chaindb: minor. --- lib/chain/chaindb.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/chain/chaindb.js b/lib/chain/chaindb.js index 5d34aa9b..0a7bf213 100644 --- a/lib/chain/chaindb.js +++ b/lib/chain/chaindb.js @@ -1198,8 +1198,6 @@ ChainDB.prototype._reconnect = co(function* reconnect(entry, block, view) { yield this.connectBlock(block, view); this.put(layout.R, this.pending.commit(hash)); - - return block; }); /**