Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit 320283e

Browse files
authored
Merge pull request #180 from enigmampc/ptt_block_num
Doc removal as a result of ptt_block_num
2 parents 9180f18 + 672edbb commit 320283e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enigma-tools-m/src/primitives/km_primitives.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl PrincipalMessage {
6565
let mut to_sign = Vec::with_capacity(3);
6666
match &self.data {
6767
PrincipalMessageType::EncryptedResponse(v) => to_sign.push(v.clone()),
68-
PrincipalMessageType::Request => (), // If the request is empty we don't need to sign on it.
68+
PrincipalMessageType::Request => (),
6969
PrincipalMessageType::Response(_) => unreachable!(), // This can't be reached because we check if it's a response before.
7070
}
7171
to_sign.push(self.pubkey.to_vec());

0 commit comments

Comments
 (0)