Open neo-prestolabs opened 10 months ago
Related to this issue: https://github.com/cosmos/cosmos-sdk/issues/18423
We got the error below while adding key from Ledger in Mac
$ xplad keys add ledgerkey --ledger --coin-type=118 Error: failed to generate ledger key: failed to retrieve device: ledger nano S: hidapi: failed to open device
If we update go.mod to use zondax/ledger-go v0.14.3 instead of the v0.14.1, it is resolved. Please consider updating the package.
Please git checkout release/v1.3.x, then compile and run as root.
Related to this issue: https://github.com/cosmos/cosmos-sdk/issues/18423
We got the error below while adding key from Ledger in Mac
If we update go.mod to use zondax/ledger-go v0.14.3 instead of the v0.14.1, it is resolved. Please consider updating the package.