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 1e9be5f commit 1cf06c5Copy full SHA for 1cf06c5
mithril-aggregator/src/services/signer_registration/verifier.rs
@@ -48,7 +48,7 @@ impl SignerRegistrationVerifier for MithrilSignerRegistrationVerifier {
48
.get_current_kes_period()
49
.await?
50
.unwrap_or_default()
51
- - operational_certificate.start_kes_period as KesPeriod,
+ - operational_certificate.get_start_kes_period() as KesPeriod,
52
),
53
None => None,
54
};
0 commit comments