pool: cleanup.
This commit is contained in:
parent
9d580289ab
commit
3abfdb3770
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user