Skip to content

Commit

Permalink
Merge pull request #1314 from scrtlabs/fix-auto-restake
Browse files Browse the repository at this point in the history
Fix autorestake
  • Loading branch information
liorbond authored Jan 23, 2023
2 parents 7dfb8ad + 73f1250 commit dbbeeb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
replace (
// dragonberry
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
github.com/cosmos/cosmos-sdk => github.com/scrtlabs/cosmos-sdk v0.45.11-0.20230123155448-90bbc28f1dd2
github.com/cosmos/cosmos-sdk => github.com/scrtlabs/cosmos-sdk v0.45.11-0.20230123163150-1e11d183162f
// Fix OSX Ledger Connection Issues - Premerged https://github.com/cosmos/ledger-cosmos-go/pull/36/files
github.com/cosmos/ledger-cosmos-go => github.com/chillyvee/ledger-cosmos-go v0.12.2
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,8 @@ github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E=
github.com/sasha-s/go-deadlock v0.3.1 h1:sqv7fDNShgjcaxkO0JNcOAlr8B9+cV5Ey/OB71efZx0=
github.com/sasha-s/go-deadlock v0.3.1/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM=
github.com/scrtlabs/cosmos-sdk v0.45.11-0.20230123155448-90bbc28f1dd2 h1:aLtAXgp80yoILh6ANaKKXZ701XSPL5bf7OLKBHRiJXk=
github.com/scrtlabs/cosmos-sdk v0.45.11-0.20230123155448-90bbc28f1dd2/go.mod h1:2Fyai0nHYE7xDjCFqNP9U6HC7xfxOVB+HSe6R6fK01s=
github.com/scrtlabs/cosmos-sdk v0.45.11-0.20230123163150-1e11d183162f h1:OnHx/GLL7C9QgkSR9qi+0ZFJ7SNz0a+ntdzA2ocSRU8=
github.com/scrtlabs/cosmos-sdk v0.45.11-0.20230123163150-1e11d183162f/go.mod h1:2Fyai0nHYE7xDjCFqNP9U6HC7xfxOVB+HSe6R6fK01s=
github.com/scrtlabs/tendermint v0.34.23-secret h1:fCcUTs+HfE21wPz/LkwJNrUAWwTZ33rMnPg3lyJvOw8=
github.com/scrtlabs/tendermint v0.34.23-secret/go.mod h1:rXVrl4OYzmIa1I91av3iLv2HS0fGSiucyW9J4aMTpKI=
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
Expand Down

0 comments on commit dbbeeb8

Please sign in to comment.