Rename variables

This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-05 16:45:52 -03:00
commit cb1ff562bc
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 2 additions and 3 deletions

View file

@ -93,7 +93,7 @@ angular.module('copayApp.services').factory('coinbaseService', function($http, $
}
};
root.getEnvironment = function() {
root.getNetwork = function() {
return credentials.NETWORK;
};