add wallet.id to debug logs
This commit is contained in:
parent
43cc6ffde5
commit
622c3da68c
10 changed files with 299 additions and 160 deletions
|
|
@ -203,7 +203,6 @@ Insight.prototype.subscribe = function(addresses) {
|
|||
return function(txid) {
|
||||
// verify the address is still subscribed
|
||||
if (!self.subscribed[address]) return;
|
||||
log.debug('insight tx event');
|
||||
|
||||
self.emit('tx', {
|
||||
address: address,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue