Merge pull request #4558 from gabrielbazan7/fix/EncryptedWalletHandler
fix wallet encrypted handler and rename BwsError service to BwcError
This commit is contained in:
commit
eb014927a4
14 changed files with 81 additions and 81 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('backupController',
|
||||
function($rootScope, $scope, $timeout, $log, go, lodash, fingerprintService, platformInfo, configService, profileService, gettext, bwcService, bwsError, walletService, ongoingProcess) {
|
||||
function($rootScope, $scope, $timeout, $log, go, lodash, fingerprintService, platformInfo, configService, profileService, gettext, bwcService, walletService, ongoingProcess) {
|
||||
|
||||
var fc = profileService.focusedClient;
|
||||
var prevState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue