fix fee calculation issue
This commit is contained in:
parent
42e59aaed1
commit
1ec6834ca9
1 changed files with 1 additions and 2 deletions
|
|
@ -121,8 +121,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
|
||||
displayValues();
|
||||
if ($scope.wallets.length > 1) $scope.showWalletSelector();
|
||||
else $scope.wallet = $scope.wallets[0];
|
||||
|
||||
else setWallet($scope.wallets[0]);
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue