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)

update vendorsha256
  • Loading branch information
leejw51crypto committed Mar 31, 2021
1 parent d7c7876 commit 02c977e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 33 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let
src = lib.sourceByRegex ./. src_regexes;
};
subPackages = [ "cmd/chain-maind" ];
vendorSha256 = sha256:07kmyjbazgm26yc4wwhfk6kga83lvf0plkfga5f79wj3hh66g5s3;
vendorSha256 = sha256:0c0qlkgxdf7ljwjdv0dbpj9k55xpnvix8adfqas6iz5drzmsz1wi;
runVend = true;
outputs = [
"out"
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ 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

replace github.com/99designs/keyring => github.com/leejw51crypto/keyring v1.1.6-gnome
Loading

0 comments on commit 02c977e

Please # to comment.