Skip to content

Commit

Permalink
fix: wallet data persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
belohlavek committed Jan 21, 2020
1 parent 05b7f7b commit 5d70dfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/storage/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export function createStorageMiddleware<T>(options: StorageMiddleware<T>) {

const storageEngine = filter(createStorageEngine(storageKey), [
'transaction',
['wallet', 'data', 'locale'],
['wallet', 'data', 'derivationPath'],
['storage', 'version'],
...paths
])
Expand Down

0 comments on commit 5d70dfb

Please sign in to comment.