Browse Source
remove subscription to message broker
activeAddress
Ivan Socolsky
9 years ago
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with
0 additions and
1 deletions
-
lib/blockchainmonitor.js
|
|
@ -58,7 +58,6 @@ BlockchainMonitor.prototype.start = function(opts, cb) { |
|
|
|
}, |
|
|
|
function(done) { |
|
|
|
self.messageBroker = opts.messageBroker || new MessageBroker(opts.messageBrokerOpts); |
|
|
|
self.messageBroker.onMessage(_.bind(self._handleIncommingTx, self)); |
|
|
|
done(); |
|
|
|
}, |
|
|
|
function(done) { |
|
|
|