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