add confirm fixes
This commit is contained in:
parent
c21afeca30
commit
e040871e26
2 changed files with 31 additions and 25 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue