Bug - 348 - Tapping ↻ on the "Wallet Service URL" screen will change it to a wrong URL.
This commit is contained in:
parent
953a465606
commit
4e83d09f47
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ angular.module('copayApp.controllers').controller('preferencesBwsUrlController',
|
|||
};
|
||||
|
||||
$scope.resetDefaultUrl = function() {
|
||||
$scope.bwsurl.value = defaults.bws.url;
|
||||
$scope.bwsurl.value = ($scope.wallet.coin === 'btc') ? defaults.bws.url : defaults.bwscash.url;
|
||||
};
|
||||
|
||||
$scope.save = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue