minor: lint.

This commit is contained in:
Christopher Jeffrey 2017-01-23 19:43:19 -08:00
parent 016d0da096
commit e6dd78abe1
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 0 additions and 2 deletions

View File

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

View File

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