Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
refactor: additional migration script to remove tmp wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Nov 15, 2019
1 parent f3ae0cd commit db05b43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions electron/migrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ class ZapMigrator {
id: 3,
up: deleteTmpWallets,
},
{
id: 4,
up: deleteTmpWallets,
},
]
}

Expand Down

0 comments on commit db05b43

Please sign in to comment.