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

If incorrect PIN is entered, then corrected, wallet does not load #336

Closed
ghost opened this issue Jan 6, 2015 · 2 comments
Closed

If incorrect PIN is entered, then corrected, wallet does not load #336

ghost opened this issue Jan 6, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 6, 2015

If the user enters an incorrect PIN, then corrects it, the wallet does not load.
The log has the error:

java.lang.IllegalStateException: Optional.get() cannot be called on an absent value
    at com.google.common.base.Absent.get(Absent.java:47)
    at org.multibit.hd.ui.views.wizards.credentials.CredentialsWizardModel.getOrCreateTrezorWallet(CredentialsWizardModel.java:767)
    at org.multibit.hd.ui.views.wizards.credentials.CredentialsWizardModel.access$400(CredentialsWizardModel.java:54)

I suspect the HardwareWalletContext is being reset on failure and the DeterministicKey is being deleted.

@ghost ghost added this to the Private beta 5 Trezor milestone Jan 6, 2015
@ghost ghost assigned jim618 Jan 8, 2015
@ghost ghost added the Add to roadmap label Jan 10, 2015
@ghost
Copy link
Author

ghost commented Jan 10, 2015

Fixed at same time as #335.
Awaiting review and closing

@gary-rowe
Copy link
Contributor

Verified working.

Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants