From 6380640447562139e34b8e1b20cdd1402c71ca38 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 11 Nov 2016 15:48:42 -0800 Subject: [PATCH] chain: lint. --- lib/chain/chain.js | 2 +- lib/node/fullnode.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/chain/chain.js b/lib/chain/chain.js index 407ee85f..c89505f1 100644 --- a/lib/chain/chain.js +++ b/lib/chain/chain.js @@ -918,7 +918,7 @@ Chain.prototype.reconnect = co(function* reconnect(entry) { */ Chain.prototype.setBestChain = co(function* setBestChain(entry, block, prev) { - var view, fork; + var view; // A higher fork has arrived. // Time to reorganize the chain. diff --git a/lib/node/fullnode.js b/lib/node/fullnode.js index 2be2bf35..2336a19f 100644 --- a/lib/node/fullnode.js +++ b/lib/node/fullnode.js @@ -123,7 +123,6 @@ function FullNode(options) { proxyServer: this.options.proxyServer, preferredSeed: this.options.preferredSeed, ignoreDiscovery: this.options.ignoreDiscovery, - headers: this.options.headers, port: this.options.port, spv: false });