Skip to content

Commit

Permalink
Merge 730d08d into 88dbbd6
Browse files Browse the repository at this point in the history
  • Loading branch information
throughnothing committed Feb 15, 2015
2 parents 88dbbd6 + 730d08d commit d1e4fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pool.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ util.inherits(Pool, EventEmitter);

Pool.MaxConnectedPeers = 8;
Pool.RetrySeconds = 30;
Pool.PeerEvents = ['version', 'inv', 'getdata', 'ping', 'ping', 'addr',
Pool.PeerEvents = ['version', 'inv', 'getdata', 'ping', 'pong', 'addr',
'getaddr', 'verack', 'reject', 'alert', 'headers', 'block',
'tx', 'getblocks', 'getheaders', 'error'
];
Expand Down

0 comments on commit d1e4fe5

Please sign in to comment.