-
Notifications
You must be signed in to change notification settings - Fork 120
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
ledger: Enable mainnet. #3906
ledger: Enable mainnet. #3906
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on mainnet, on both Linux and Windows with a Nano-S. I also tested recovery using software only, by using my bip39-to-dcr-seed tool. Nice work!
dále, i will test on m1 mac today 🙏🏽 |
3bce49a
to
a465bb7
Compare
a465bb7
to
644b853
Compare
.catch((e) => { | ||
throw e; | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redundant, it will be thrown by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, will keep this in mind and fix at some point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was mac alright?
Depends on #3874
closes #3865