chain: lint.

This commit is contained in:
Christopher Jeffrey 2016-11-11 15:48:42 -08:00
parent 467604049b
commit 6380640447
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

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