identity now emits!

This commit is contained in:
Matias Alejo Garcia 2014-11-30 00:31:17 -03:00
commit 3ae6378678
33 changed files with 376 additions and 346 deletions

View file

@ -226,9 +226,6 @@ Insight.prototype.subscribe = function(addresses) {
s.on(address, handler);
}
});
console.log('[Insight.js.202] subscribe ENDED'); //TODO
};
Insight.prototype.getSubscriptions = function(addresses) {
@ -291,7 +288,6 @@ Insight.prototype.getTransactions = function(addresses, from, to, cb) {
};
Insight.prototype.getUnspent = function(addresses, cb) {
console.log('[Insight.js.296:addresses:]',addresses); //TODO
preconditions.shouldBeArray(addresses);
preconditions.shouldBeFunction(cb);