chaindb: minor.

This commit is contained in:
Christopher Jeffrey 2016-10-04 22:45:27 -07:00
parent fe2f2fcc2a
commit 0eb29e50b5
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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;
});
/**