settings: fix insight link to tx

This commit is contained in:
Manuel Araoz 2014-09-11 11:25:32 -07:00
commit 91d6ceefe3

View file

@ -141,7 +141,7 @@ angular.module('copayApp.controllers').controller('TransactionsController',
} }
$scope.getShortNetworkName = function() { $scope.getShortNetworkName = function() {
return config.networkName.substring(0, 4); return w.getNetworkName().substring(0, 4);
}; };
// Autoload transactions on 1-of-1 // Autoload transactions on 1-of-1