Skip to content

Commit

Permalink
feat: update stronghold export
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Mar 26, 2024
1 parent d5ed5c7 commit 3b1971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/lib/core/wallet/actions/backup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { getSelectedWallet } from '../stores'

export async function backup(dest: string, password: string): Promise<void> {
const wallet = getSelectedWallet()
await wallet.backup(dest, password)
await wallet.backupToStrongholdSnapshot(dest, password)
}

0 comments on commit 3b1971b

Please sign in to comment.