Skip to content

Commit

Permalink
Problem: Adding chain-maind keys will not be actually stored in disk (f…
Browse files Browse the repository at this point in the history
…ix #437) (#441)

Solution: add decoding _hexcode in service name fetched using a keyring fork
  • Loading branch information
leejw51crypto committed Apr 22, 2021
1 parent b8e5245 commit 4286599
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 41 deletions.
5 changes: 5 additions & 0 deletions go.mod
Expand Up @@ -29,3 +29,8 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

replace github.com/cosmos/ledger-cosmos-go => github.com/crypto-com/ledger-cosmos-go v0.9.10-0.20200929055312-01e1d341de0f

// TODO: fix keyring upstream
replace github.com/99designs/keyring => github.com/crypto-org-chain/keyring v1.1.6-gnome

replace github.com/dgrijalva/jwt-go => github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1

0 comments on commit 4286599

Please sign in to comment.