From 3abfdb37700d446c744561823ac943cce0a19c84 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 21 Jan 2017 04:15:16 -0800 Subject: [PATCH] pool: cleanup. --- lib/net/pool.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/net/pool.js b/lib/net/pool.js index 80ccd98e..52595e40 100644 --- a/lib/net/pool.js +++ b/lib/net/pool.js @@ -106,13 +106,11 @@ function Pool(options) { this.locker = new Lock(true); this.connected = false; this.syncing = false; - this.nonce = util.nonce(); this.spvFilter = null; this.txFilter = null; this.requestMap = new Map(); this.compactBlocks = new Map(); this.invMap = new Map(); - this.scheduled = false; this.pendingWatch = null; this.pendingRefill = null;