peer: minor.

This commit is contained in:
Christopher Jeffrey 2017-01-14 19:46:18 -08:00
parent 199699d73a
commit c0031e062a
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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