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 867c2fb commit b81122bCopy full SHA for b81122b
mithril-common/src/crypto_helper/cardano/key_certification.rs
@@ -145,7 +145,7 @@ impl StmInitializerWrapper {
145
146
/// Extract the verification key signature.
147
pub fn verification_key_signature(&self) -> Option<ProtocolSignerVerificationKeySignature> {
148
- self.kes_signature.clone()
+ self.kes_signature
149
}
150
151
/// Extract the stake of the party
0 commit comments