add confirm fixes

This commit is contained in:
Matias Alejo Garcia 2017-08-29 11:24:29 -03:00 committed by Gustavo Maximiliano Cortez
commit e040871e26
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 31 additions and 25 deletions

View file

@ -74,6 +74,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
// no min amount? (sendMax) => look for no empty wallets
minAmount = minAmount || 1;
console.log('[confirm.js.76]', network, coin); //TODO
$scope.wallets = profileService.getWallets({
onlyComplete: true,
network: network,