Skip to content

Commit

Permalink
fix: double_sign_check_height set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir committed Feb 10, 2023
1 parent 9d259e1 commit 495ac2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/mainnet/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ timeout_commit = "5s"
# When non-zero, the node will panic upon restart
# if the same consensus key was used to sign {double_sign_check_height} last blocks.
# So, validators should stop the state machine, wait for some blocks, and then restart the state machine to avoid panic.
double_sign_check_height = 10
double_sign_check_height = 0

# Make progress as soon as we have all the precommits (as if TimeoutCommit = 0)
skip_timeout_commit = false
Expand Down
2 changes: 1 addition & 1 deletion public/testnet/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ timeout_commit = "5s"
# When non-zero, the node will panic upon restart
# if the same consensus key was used to sign {double_sign_check_height} last blocks.
# So, validators should stop the state machine, wait for some blocks, and then restart the state machine to avoid panic.
double_sign_check_height = 10
double_sign_check_height = 0

# Make progress as soon as we have all the precommits (as if TimeoutCommit = 0)
skip_timeout_commit = false
Expand Down

0 comments on commit 495ac2f

Please sign in to comment.