adding copayerid to opts.user

This commit is contained in:
Gabriel Bazán 2016-01-07 16:56:28 -03:00
commit a97befc20a
2 changed files with 7 additions and 7 deletions

View file

@ -664,7 +664,8 @@ angular.module('copayApp.services')
name: config.aliasFor[c.walletId] || c.walletName,
id: c.walletId,
network: c.network,
color: config.colorFor[c.walletId] || '#4A90E2'
color: config.colorFor[c.walletId] || '#4A90E2',
copayerId: c.copayerId
};
});
ret = lodash.filter(ret, function(w) {