Skip to content

Commit

Permalink
consensus to p2p
Browse files Browse the repository at this point in the history
  • Loading branch information
oker authored and oker committed Jul 9, 2024
1 parent 78a9864 commit 002a8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ const (
FlagEnableWrappedTx = "enable-wtx"
FlagSentryAddrs = "p2p.sentry_addrs"
FlagEnableP2PIPWhitelist = "p2p.enable_ip_whitelist"
FlagConsensusIPWhitelist = "p2p.consensus_ip_whitelist"
FlagCsTimeoutPropose = "consensus.timeout_propose"
FlagCsTimeoutProposeDelta = "consensus.timeout_propose_delta"
FlagCsTimeoutPrevote = "consensus.timeout_prevote"
FlagCsTimeoutPrevoteDelta = "consensus.timeout_prevote_delta"
FlagCsTimeoutPrecommit = "consensus.timeout_precommit"
FlagCsTimeoutPrecommitDelta = "consensus.timeout_precommit_delta"
FlagCsTimeoutCommit = "consensus.timeout_commit"
FlagConsensusIPWhitelist = "consensus.ip_whitelist"
FlagEnableHasBlockPartMsg = "enable-blockpart-ack"
FlagDebugGcInterval = "debug.gc-interval"
FlagCommitGapOffset = "commit-gap-offset"
Expand Down

0 comments on commit 002a8b7

Please sign in to comment.