Skip to content

Commit

Permalink
fix: invalid dash wallet key
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanov N committed Dec 1, 2024
1 parent 56eaeef commit 895e299
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 895e299

Please sign in to comment.