Skip to content

Commit b81122b

Browse files
committed
KES signature implements copy
1 parent 867c2fb commit b81122b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ impl StmInitializerWrapper {
145145

146146
/// Extract the verification key signature.
147147
pub fn verification_key_signature(&self) -> Option<ProtocolSignerVerificationKeySignature> {
148-
self.kes_signature.clone()
148+
self.kes_signature
149149
}
150150

151151
/// Extract the stake of the party

0 commit comments

Comments
 (0)