fix multisig parameter
This commit is contained in:
parent
10315d13b8
commit
6fce4826e2
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
||||||
} else
|
} else
|
||||||
setWallet(wallet);
|
setWallet(wallet);
|
||||||
|
|
||||||
applyButtonText(wallet.credentials.n > 1);
|
applyButtonText(wallet.credentials.m > 1);
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.showDescriptionPopup = function() {
|
$scope.showDescriptionPopup = function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue