From ad8a9e715cf0b0becde3a23671d59a8fc987b19f Mon Sep 17 00:00:00 2001 From: Sachymetsu Date: Thu, 2 Apr 2026 13:12:31 +0200 Subject: [PATCH] Fix comment --- sachy-crypto/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sachy-crypto/src/lib.rs b/sachy-crypto/src/lib.rs index f022ee2..a9890fb 100644 --- a/sachy-crypto/src/lib.rs +++ b/sachy-crypto/src/lib.rs @@ -42,9 +42,9 @@ pub struct EncapsulatedPublicKey(Secp256k1EncapsulationKey); /// and then whether sending/receiving during communication. #[derive(Debug, PartialEq, Eq, Clone, Copy)] pub enum Role { - /// Client SENDS data + /// Participant SENDS data Sender, - /// Server RECEIVES data + /// Participant RECEIVES data Receiver, } -- 2.51.2