-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix: unable to connect ledger nano S on Ubuntu #1040
Conversation
… ledger-cosmos-go module
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.
From v0.13.0, interface SECP256K1 interface {
SignSECP256K1([]uint32, []byte) ([]byte, error) // v0.12.2
SignSECP256K1([]uint32, []byte, byte) ([]byte, error) // v0.13.0
} |
Description
closes: #1039
github.com/cosmos/ledger-cosmos-go
isv0.13.0
. The latest version breaks some interfaces so I bump up withv0.12.2
(the second latest one) which is enough to fix the issue.Motivation and context
How has this been tested?
Screenshots (if appropriate):
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml