@@ -152,13 +152,14 @@ func prettyPrintManifest(out io.Writer, manifest *manifest.Manifest) error {
152
152
Protocol Version: {{.ProtocolVersion}}
153
153
Paused: {{.Pause}}
154
154
Initial Instance: {{.InitialInstance}}
155
+ Initial Power Table: {{if .InitialPowerTable.Defined}}{{.InitialPowerTable}}{{else}}unknown{{end}}
155
156
Bootstrap Epoch: {{.BootstrapEpoch}}
156
157
Network Name: {{.NetworkName}}
157
158
Ignore EC Power: {{.IgnoreECPower}}
158
159
Committee Lookback: {{.CommitteeLookback}}
159
160
Catch Up Alignment: {{.CatchUpAlignment}}
160
161
161
- GPBFT Delta: {{.Gpbft.Delta}}
162
+ GPBFT Delta: {{.Gpbft.Delta}}
162
163
GPBFT Delta BackOff Exponent: {{.Gpbft.DeltaBackOffExponent}}
163
164
GPBFT Max Lookahead Rounds: {{.Gpbft.MaxLookaheadRounds}}
164
165
GPBFT Rebroadcast Backoff Base: {{.Gpbft.RebroadcastBackoffBase}}
@@ -171,8 +172,8 @@ func prettyPrintManifest(out io.Writer, manifest *manifest.Manifest) error {
171
172
EC Head Lookback: {{.EC.HeadLookback}}
172
173
EC Finalize: {{.EC.Finalize}}
173
174
174
- Certificate Exchange Client Timeout: {{.CertificateExchange.ClientRequestTimeout}}
175
- Certificate Exchange Server Timeout: {{.CertificateExchange.ServerRequestTimeout}}
175
+ Certificate Exchange Client Timeout: {{.CertificateExchange.ClientRequestTimeout}}
176
+ Certificate Exchange Server Timeout: {{.CertificateExchange.ServerRequestTimeout}}
176
177
Certificate Exchange Min Poll Interval: {{.CertificateExchange.MinimumPollInterval}}
177
178
Certificate Exchange Max Poll Interval: {{.CertificateExchange.MaximumPollInterval}}
178
179
`
0 commit comments