store iterations in Storage
This commit is contained in:
parent
aa9f16a7e9
commit
47ae3fcb19
5 changed files with 18 additions and 7 deletions
|
|
@ -200,6 +200,7 @@ Insight.prototype.subscribe = function(addresses) {
|
|||
var self = this;
|
||||
|
||||
function handlerFor(self, address) {
|
||||
console.log('HANDLER [Insight.js.150:address:]',address); //TODO
|
||||
return function(txid) {
|
||||
// verify the address is still subscribed
|
||||
if (!self.subscribed[address]) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue