Skip to content

Commit

Permalink
feat: update stronghold export (#8264)
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda authored Mar 27, 2024
1 parent d5ed5c7 commit ad32f78
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 ad32f78

Please sign in to comment.