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

digitalbitbox: correctly handle user aborts #3370

Merged
merged 2 commits into from Nov 24, 2017
Merged

Conversation

benma
Copy link
Contributor

@benma benma commented Nov 24, 2017

  1. When the pairing is being forced and the user clicks 'No', the tx
    was cancelled completely because the UserCancelled exception was
    accidentally converted to an Exception.
  2. Same with user aborting the signing process with a short touch on
    the device (or a timeout).

1. When the pairing is being forced and the user clicks 'No', the tx
was cancelled completely because the UserCancelled exception was
accidentally converted to an Exception.
2. Same with user aborting the signing process with a short touch on
the device (or a timeout).
The experience is a bit better if the user is prompted to connect,
instead of showing an error.
@coveralls
Copy link

coveralls commented Nov 24, 2017

Coverage Status

Coverage remained the same at 42.914% when pulling 116026d on benma:devices into 9fc9464 on spesmilo:master.

@ecdsa ecdsa merged commit 24af618 into spesmilo:master Nov 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants