Skip to content

Commit

Permalink
Merge pull request #689 from Adamant-im/fix/invalid-dash-wallet-key
Browse files Browse the repository at this point in the history
fix: invalid dash wallet key
  • Loading branch information
bludnic authored Dec 2, 2024
2 parents 56eaeef + 895e299 commit 238c218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExportKeysForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default defineComponent({
}
const bitcoin = getBtcKey(Cryptos.BTC, passphrase.value, true)
const dash = getBtcKey(Cryptos.DASH, passphrase.value, false)
const dash = getBtcKey(Cryptos.DASH, passphrase.value, true)
const doge = getBtcKey(Cryptos.DOGE, passphrase.value, true)
const kly = getKlyKey(Cryptos.KLY, passphrase.value)
Expand Down

0 comments on commit 238c218

Please sign in to comment.