Fixing encrypted
This commit is contained in:
parent
35bab383b0
commit
126a57d5ab
5 changed files with 7 additions and 13 deletions
|
|
@ -1,9 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
var BackupService = function($rootScope, notification, cryptoUtils) {
|
||||
var BackupService = function($rootScope, notification) {
|
||||
this.$rootScope = $rootScope;
|
||||
this.notifications = notification;
|
||||
this.cryptoUtils = cryptoUtils;
|
||||
};
|
||||
|
||||
BackupService.prototype.getCopayer = function(wallet) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue