remove comment

This commit is contained in:
Ivan Socolsky 2015-12-11 16:13:08 -03:00
parent 072aed5cc1
commit 82f54f7901
1 changed files with 0 additions and 1 deletions

View File

@ -1037,7 +1037,6 @@ WalletService.prototype._getActiveAddresses = function(cb) {
var result = _.union(active, recent);
// HACK: translate result into Address objects, TODO!! should work with strings
var index = _.indexBy(allAddresses, 'address');
result = _.map(result, function(r) {
return index[r];