From 91d6ceefe3faa0dcec653eeb509b7ae7bce35131 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 11 Sep 2014 11:25:32 -0700 Subject: [PATCH] settings: fix insight link to tx --- js/controllers/transactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controllers/transactions.js b/js/controllers/transactions.js index 7dd03f52b..7b51f0135 100644 --- a/js/controllers/transactions.js +++ b/js/controllers/transactions.js @@ -141,7 +141,7 @@ angular.module('copayApp.controllers').controller('TransactionsController', } $scope.getShortNetworkName = function() { - return config.networkName.substring(0, 4); + return w.getNetworkName().substring(0, 4); }; // Autoload transactions on 1-of-1