Skip to content

Commit 9e9e23b

Browse files
committed
Update OpCert field visibility
Make 'start_kes_period' public
1 parent fec5db3 commit 9e9e23b

File tree

1 file changed

+2
-1
lines changed
  • mithril-common/src/crypto_helper/cardano

1 file changed

+2
-1
lines changed

mithril-common/src/crypto_helper/cardano/opcert.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ struct RawOpCert(RawFields, EdPublicKey);
4141
pub struct OpCert {
4242
pub(crate) kes_vk: KesPublicKey,
4343
pub(crate) issue_number: u64,
44-
pub(crate) start_kes_period: u64, // this is not the kes period used in signing/verifying
44+
/// KES period at which KES key is initalized
45+
pub start_kes_period: u64,
4546
pub(crate) cert_sig: EdSignature,
4647
pub(crate) cold_vk: EdPublicKey,
4748
}

0 commit comments

Comments
 (0)