We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0912242 commit f7306b2Copy full SHA for f7306b2
x/valset/keeper/keeper.go
@@ -34,7 +34,7 @@ const (
34
cJailingNetworkShareProtection = 0.25
35
// We set the default to the last pigeon version enforced in code to keep
36
// backwards compatibility
37
- defaultMinimumPigeonVersion = "v1.11.2"
+ defaultMinimumPigeonVersion = "v1.11.3"
38
)
39
40
var jailSentences = []time.Duration{
0 commit comments