Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Fix unlock system #267

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Conversation

panleone
Copy link
Member

Abstract

Unlock icon was showed if
v-if="isViewOnly && !needsToEncrypt && isImported"

This condition is always satisfied for ledger wallets and for wallets imported with address/xpub.
The fix as you can see is trivial, in place of needsToEncrypt I put isEncrypt


Testing

Import a ledger/ view only wallet with address or xpub and verify that the button unlockwallet is not showed

@panleone panleone added the Bug This is either a bugfix (PR) or a bug (issue). label Nov 16, 2023
@panleone panleone self-assigned this Nov 16, 2023
Copy link

netlify bot commented Nov 16, 2023

Deploy Preview for cheery-moxie-4f1121 ready!

Name Link
🔨 Latest commit bdafa9b
🔍 Latest deploy log https://app.netlify.com/sites/cheery-moxie-4f1121/deploys/65622c290dcbaf000897e858
😎 Deploy Preview https://deploy-preview-267--cheery-moxie-4f1121.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@panleone panleone force-pushed the refix_unlock_wallet branch from f813d06 to 5e38002 Compare November 16, 2023 12:30
Duddino
Duddino previously approved these changes Nov 16, 2023
Copy link
Member

@Duddino Duddino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

Copy link
Member

@Duddino Duddino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

Copy link

@Liquid369 Liquid369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK bdafa9b

@panleone panleone merged commit 2fe44bd into PIVX-Labs:master Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is either a bugfix (PR) or a bug (issue).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants