Removed subscription to 'inv' events
This commit is contained in:
parent
d6e4ab62e5
commit
7173230d1a
1 changed files with 1 additions and 2 deletions
|
|
@ -59,7 +59,6 @@ Insight.prototype.subscribeToBlocks = function() {
|
||||||
if (this.listeningBlocks || !socket.connected) return;
|
if (this.listeningBlocks || !socket.connected) return;
|
||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
socket.emit('subscribe', 'inv');
|
|
||||||
socket.on('block', function(blockHash) {
|
socket.on('block', function(blockHash) {
|
||||||
self.emit('block', blockHash);
|
self.emit('block', blockHash);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue