Skip to content

Commit

Permalink
chore: update min pub rand to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Dec 9, 2024
1 parent 108c8df commit 6704f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v1/testnet/finality_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const FinalityParamStr = `{
"signed_blocks_window": 100,
"finality_sig_timeout": 3,
"min_signed_per_window": "0.1",
"min_pub_rand": 100,
"min_pub_rand": 500,
"jail_duration": "86400s",
"finality_activation_height": 26120
}`

0 comments on commit 6704f78

Please sign in to comment.