added notification for wallet storage error
This commit is contained in:
parent
b6583c7405
commit
af721f697e
2 changed files with 10 additions and 0 deletions
|
|
@ -307,6 +307,10 @@ angular.module('copayApp.services')
|
|||
// do nothing. this is handled 'on sync' on controller.
|
||||
});
|
||||
|
||||
iden.on('walletStorageError', function (wid, message) {
|
||||
notification.error('Error storing wallet', message);
|
||||
});
|
||||
|
||||
iden.on('closed', function() {
|
||||
delete $rootScope['wallet'];
|
||||
delete $rootScope['iden'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue