peer: minor.
This commit is contained in:
parent
199699d73a
commit
c0031e062a
@ -80,10 +80,10 @@ function Peer(pool) {
|
||||
|
||||
this.pool = pool;
|
||||
this.options = this.pool.options;
|
||||
this.network = this.pool.network;
|
||||
this.logger = this.pool.logger;
|
||||
this.chain = this.pool.chain;
|
||||
this.mempool = this.pool.mempool;
|
||||
this.network = this.chain.network;
|
||||
this.locker = new Lock();
|
||||
this.next = null;
|
||||
this.prev = null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user