chain: lint.
This commit is contained in:
parent
467604049b
commit
6380640447
@ -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.
|
||||
|
||||
@ -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
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user