aboutsummaryrefslogtreecommitdiff
path: root/azalea-crypto/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-crypto/src')
-rw-r--r--azalea-crypto/src/signing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-crypto/src/signing.rs b/azalea-crypto/src/signing.rs
index 99c7b3d7..3bad08c9 100644
--- a/azalea-crypto/src/signing.rs
+++ b/azalea-crypto/src/signing.rs
@@ -15,5 +15,5 @@ pub struct MessageSignature {
#[derive(Clone, Debug, McBuf)]
pub struct SignedMessageHeader {
pub previous_signature: Option<MessageSignature>,
- pub uuid: Uuid,
+ pub sender: Uuid,
}