settings: fix insight link to tx
This commit is contained in:
parent
c47318c728
commit
91d6ceefe3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue