We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a4838 commit d38ffb8Copy full SHA for d38ffb8
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