Merge pull request #316 from Bitcoin-com/wallet/task/500
Changed testnet to isTestnet.
This commit is contained in:
commit
2b8c2d1c61
4 changed files with 40 additions and 40 deletions
|
|
@ -116,7 +116,7 @@ angular.module('copayApp.controllers').controller('tabScanController', function(
|
|||
var title = '';
|
||||
var msg = '';
|
||||
if (parsed.isValid) {
|
||||
if (parsed.testnet) {
|
||||
if (parsed.isTestnet) {
|
||||
title = gettextCatalog.getString('Unsupported');
|
||||
msg = gettextCatalog.getString('Testnet is not supported.');
|
||||
popupService.showAlert(title, msg, function onAlertShown() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue