Skip to content

Commit 0c9413d

Browse files
committed
fix: proto name
1 parent 233d1a4 commit 0c9413d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/upgrades/v1/mainnet/finality_params.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ const FinalityParamStr = `{
88
"min_signed_per_window": "0.1",
99
"min_pub_rand": 100,
1010
"jail_duration": "86400s",
11-
"activation_block_height": 17500
11+
"finality_activation_height": 17500
1212
}`

app/upgrades/v1/testnet/finality_params.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ const FinalityParamStr = `{
88
"min_signed_per_window": "0.1",
99
"min_pub_rand": 100,
1010
"jail_duration": "86400s",
11-
"activation_block_height": 70
11+
"finality_activation_height": 70
1212
}`

0 commit comments

Comments
 (0)