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

trezor: Add udev error and instructions. #3954

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

JoeGruffins
Copy link
Member

closes #3901

image

@JoeGruffins JoeGruffins changed the title Addudevhelp trezor: Add udev error and instructions. May 28, 2024
@JoeGruffins JoeGruffins force-pushed the addudevhelp branch 2 times, most recently from 74243ac to f13b15c Compare May 28, 2024 10:50
Comment on lines -326 to +329
if (error.code !== 12 && error.toString().indexOf("in the process of starting up") == -1) {
if (
error.code !== 12 &&
error.toString().indexOf("in the process of starting up") == -1
) {
Copy link
Member Author

Choose a reason for hiding this comment

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

yarn prettify changed this so I guess I'll leave it.

Comment on lines -123 to -124
device: null,
deviceLabel: "",
Copy link
Member Author

Choose a reason for hiding this comment

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

This allows the same wallet to be closed and opened again without having to disconnect the trezor once.

@JoeGruffins JoeGruffins marked this pull request as ready for review May 29, 2024 03:12
@alexlyp alexlyp merged commit 22724cc into decred:master Aug 26, 2024
1 check passed
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.

Trezor fixes (bundle bridge + udev rules)
2 participants