We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf06c5 commit fc6cd06Copy full SHA for fc6cd06
mithril-signer/src/runtime/runner.rs
@@ -178,7 +178,7 @@ impl Runner for SignerRunner {
178
.get_current_kes_period()
179
.await?
180
.unwrap_or_default()
181
- - operational_certificate.start_kes_period as KesPeriod,
+ - operational_certificate.get_start_kes_period() as KesPeriod,
182
),
183
None => None,
184
};
0 commit comments