Skip to content

Commit

Permalink
fix(cli): print RebroadcastBackoffExponent in lotus f3 manifest (#12647)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Oct 28, 2024
1 parent 33577db commit c402b5b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions cli/templates/f3_manifest.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ Manifest:
Committee Lookback: {{.CommitteeLookback}}
Catch Up Alignment: {{.CatchUpAlignment}}

GPBFT Delta: {{.Gpbft.Delta}}
GPBFT Delta BackOff Exponent: {{.Gpbft.DeltaBackOffExponent}}
GPBFT Max Lookahead Rounds: {{.Gpbft.MaxLookaheadRounds}}
GPBFT Rebroadcast Backoff Base: {{.Gpbft.RebroadcastBackoffBase}}
GPBFT Rebroadcast Backoff Spread: {{.Gpbft.RebroadcastBackoffSpread}}
GPBFT Rebroadcast Backoff Max: {{.Gpbft.RebroadcastBackoffMax}}
GPBFT Delta: {{.Gpbft.Delta}}
GPBFT Delta BackOff Exponent: {{.Gpbft.DeltaBackOffExponent}}
GPBFT Max Lookahead Rounds: {{.Gpbft.MaxLookaheadRounds}}
GPBFT Rebroadcast Backoff Base: {{.Gpbft.RebroadcastBackoffBase}}
GPBFT Rebroadcast Backoff Exponent: {{.Gpbft.RebroadcastBackoffExponent}}
GPBFT Rebroadcast Backoff Spread: {{.Gpbft.RebroadcastBackoffSpread}}
GPBFT Rebroadcast Backoff Max: {{.Gpbft.RebroadcastBackoffMax}}

EC Period: {{.EC.Period}}
EC Finality: {{.EC.Finality}}
Expand Down

0 comments on commit c402b5b

Please sign in to comment.