store iterations in Storage

This commit is contained in:
Matias Alejo Garcia 2014-10-15 15:02:14 -03:00
commit 47ae3fcb19
5 changed files with 18 additions and 7 deletions

View file

@ -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;