Skip to content

Commit fc6cd06

Browse files
committed
refactor(signer): add support for operational certificate without cold verification key
1 parent 1cf06c5 commit fc6cd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-signer/src/runtime/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ impl Runner for SignerRunner {
178178
.get_current_kes_period()
179179
.await?
180180
.unwrap_or_default()
181-
- operational_certificate.start_kes_period as KesPeriod,
181+
- operational_certificate.get_start_kes_period() as KesPeriod,
182182
),
183183
None => None,
184184
};

0 commit comments

Comments
 (0)