diff --git a/src/js/controllers/create.js b/src/js/controllers/create.js index e1d84bfed..6bb2bd78a 100644 --- a/src/js/controllers/create.js +++ b/src/js/controllers/create.js @@ -138,7 +138,7 @@ angular.module('copayApp.controllers').controller('createController', m: $scope.formData.requiredCopayers, n: $scope.formData.totalCopayers, myName: $scope.formData.totalCopayers > 1 ? $scope.formData.myName : null, - networkName: $scope.formData.testnetEnabled ? 'testnet' : 'livenet', + networkName: $scope.formData.testnetEnabled && $scope.formData.coin != 'bch' ? 'testnet' : 'livenet', bwsurl: $scope.formData.bwsurl, singleAddress: $scope.formData.singleAddressEnabled, walletPrivKey: $scope.formData._walletPrivKey, // Only for testing diff --git a/www/views/tab-create-personal.html b/www/views/tab-create-personal.html index 505f854d4..b0cc01ee0 100644 --- a/www/views/tab-create-personal.html +++ b/www/views/tab-create-personal.html @@ -114,7 +114,7 @@ ng-model="formData.derivationPath"> - + Testnet diff --git a/www/views/tab-create-shared.html b/www/views/tab-create-shared.html index cdbb7ceec..9d5bb2a75 100644 --- a/www/views/tab-create-shared.html +++ b/www/views/tab-create-shared.html @@ -143,7 +143,7 @@ ng-model="formData.derivationPath"> - + Testnet