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 598f8e5 commit ab3d44aCopy full SHA for ab3d44a
mithril-signer/src/runtime/runner.rs
@@ -175,7 +175,7 @@ impl Runner for SignerRunner {
175
Some(operational_certificate) => Some(
176
self.services
177
.chain_observer
178
- .get_current_kes_period(&operational_certificate)
+ .get_current_kes_period()
179
.await?
180
.unwrap_or_default()
181
- operational_certificate.start_kes_period as KesPeriod,
0 commit comments