minor: lint.
This commit is contained in:
parent
016d0da096
commit
e6dd78abe1
@ -587,7 +587,6 @@ Pool.prototype.stopSync = function stopSync() {
|
||||
*/
|
||||
|
||||
Pool.prototype.sendSync = co(function* sendSync(peer) {
|
||||
var tip = this.chain.tip;
|
||||
var locator;
|
||||
|
||||
if (!this.syncing)
|
||||
|
||||
@ -24,7 +24,6 @@ var RFC6052 = new Buffer('0064ff9b0000000000000000', 'hex');
|
||||
var RFC4862 = new Buffer('fe80000000000000', 'hex');
|
||||
var RFC6145 = new Buffer('0000000000000000ffff0000', 'hex');
|
||||
var TOR_ONION = new Buffer('fd87d87eeb43', 'hex');
|
||||
var V4MAP = new Buffer('00000000000000000000ffff', 'hex');
|
||||
var SHIFTED = new Buffer('00000000000000ffff', 'hex');
|
||||
|
||||
var IPV4_REGEX = /^(\d{1,3}\.){3}\d{1,3}$/;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user