Skip to content

Commit b2ae01b

Browse files
committed
clean up formatting change cruft
1 parent 7696aa7 commit b2ae01b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/pool.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,12 @@ Pool.prototype._handlePeerReady = function(peer, addr) {
127127
Pool.prototype._handlePeerDisconnect = function(peer, addr) {
128128
this._removePeer(peer);
129129
clearInterval(peer._pingTimer);
130-
this.emit('peer-disconnect', peer);
130+
this.emit('peer-disconnect', peer)
131131
}
132132

133133
Pool.prototype._handlePeerInv = function(peer, message) {
134134
var txHashes = [], blockHashes = [];
135+
135136
if(message.count > constants.MAX_GETDATA_HASHES) {
136137
console.log('inv message has too many items, dropping.');
137138
return;

0 commit comments

Comments
 (0)