Skip to content

Commit ea64f27

Browse files
committed
fix small changes in sig verification
1 parent dc9fdd7 commit ea64f27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ replace (
143143
// use cosmos fork of keyring
144144
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
145145

146-
github.com/cometbft/cometbft => github.com/scrtlabs/tendermint v1.9.0-scrt.0.20230802140502-097dce2df3f8
146+
//github.com/cometbft/cometbft => github.com/scrtlabs/tendermint v1.9.0-scrt.0.20230802140502-097dce2df3f8
147147
// dgrijalva/jwt-go is deprecated and doesn't receive security updates.
148148
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
149149
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
@@ -157,10 +157,10 @@ replace (
157157
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
158158

159159
github.com/jhump/protoreflect => github.com/jhump/protoreflect v1.9.0
160-
github.com/tendermint/tendermint => github.com/scrtlabs/tendermint v1.9.0-scrt.0.20230802140502-097dce2df3f8
160+
// github.com/tendermint/tendermint => github.com/scrtlabs/tendermint v1.9.0-scrt.0.20230802140502-097dce2df3f8
161161

162-
//// use cometbft
163-
//github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27
162+
// use cometbft
163+
github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.29
164164

165165
// latest grpc doesn't work with with our modified proto compiler, so we need to enforce
166166
// the following version across all dependencies.

0 commit comments

Comments
 (0)