Renamed service

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-11 14:06:30 -05:00
commit c471afb6d9
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.services').factory('txSignService', function($rootScope, profileService, gettextCatalog, lodash, trezor, ledger, configService, bwsError, $log, feeService) {
angular.module('copayApp.services').factory('txService', function($rootScope, profileService, gettextCatalog, lodash, trezor, ledger, configService, bwsError, $log, feeService) {
var root = {};
var reportSigningStatus = function(opts) {