Rename variables
This commit is contained in:
parent
5495f60306
commit
cb1ff562bc
3 changed files with 2 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
|
|||
|
||||
if ($scope.coinbaseEnabled) {
|
||||
coinbaseService.setCredentials();
|
||||
storageService.getCoinbaseToken(coinbaseService.getEnvironment(), function(err, token) {
|
||||
storageService.getCoinbaseToken(coinbaseService.getNetwork(), function(err, token) {
|
||||
if (err) $log.error(err);
|
||||
$scope.coinbaseToken = token;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue