fix delete wallet in fileStorage
This commit is contained in:
parent
8fdbba8b41
commit
2fbb6f4c9a
2 changed files with 7 additions and 6 deletions
|
|
@ -124,7 +124,7 @@ angular.module('copayApp.services')
|
|||
};
|
||||
|
||||
root.storeFocusedWalletId = function(id, cb) {
|
||||
storage.set('focusedWalletId', id, cb);
|
||||
storage.set('focusedWalletId', id||'', cb);
|
||||
};
|
||||
|
||||
root.getFocusedWalletId = function(cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue