Merge pull request #6740 from cmgustavo/bug/cash-import
Adds import cash
This commit is contained in:
commit
833fe6706d
4 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"pushSenderId": "1036948132229",
|
||||
"description": "Secure Bitcoin Wallet",
|
||||
"version": "3.8.1",
|
||||
"androidVersion": "381000",
|
||||
"androidVersion": "381001",
|
||||
"_extraCSS": null,
|
||||
"_enabledExtensions": {
|
||||
"coinbase": true,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"pushSenderId": "1036948132229",
|
||||
"description": "A Secure Bitcoin Wallet",
|
||||
"version": "3.8.1",
|
||||
"androidVersion": "381000",
|
||||
"androidVersion": "381001",
|
||||
"_extraCSS": null,
|
||||
"_enabledExtensions": {
|
||||
"coinbase": true,
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
value: false
|
||||
};
|
||||
|
||||
if (config.cashSupport.enabled) $scope.enableCash = true;
|
||||
if (config.cashSupport) $scope.enableCash = true;
|
||||
|
||||
if ($stateParams.code)
|
||||
$scope.processWalletInfo($stateParams.code);
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ angular.module('copayApp.controllers').controller('joinController',
|
|||
$scope.formData.account = 1;
|
||||
$scope.formData.secret = null;
|
||||
$scope.formData.coin = 'btc';
|
||||
if (config.cashSupport.enabled) $scope.enableCash = true;
|
||||
if (config.cashSupport) $scope.enableCash = true;
|
||||
resetPasswordFields();
|
||||
updateSeedSourceSelect();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue