Disable creation of BCH testnet wallet
This commit is contained in:
parent
649d5e6d2a
commit
75e0397e0d
3 changed files with 3 additions and 3 deletions
|
|
@ -143,7 +143,7 @@
|
|||
ng-model="formData.derivationPath">
|
||||
</label>
|
||||
|
||||
<ion-toggle ng-show="formData.seedSource.supportsTestnet" ng-model="formData.testnetEnabled" toggle-class="toggle-positive">
|
||||
<ion-toggle ng-show="formData.seedSource.supportsTestnet && formData.coin == 'btc'" ng-model="formData.testnetEnabled" toggle-class="toggle-positive">
|
||||
Testnet
|
||||
</ion-toggle>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue