fix wp icons

This commit is contained in:
Gabriel Bazán 2017-09-20 11:53:30 -03:00
commit b3d04b5755
14 changed files with 25 additions and 48 deletions

View file

@ -77,6 +77,7 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
name: v.name,
recipientType: 'wallet',
coin: v.coin,
network: v.network,
getAddress: function(cb) {
walletService.getAddress(v, false, cb);
},