fix typo lib.rs

This commit is contained in:
Tronica 2025-02-17 20:08:37 +01:00 committed by GitHub
parent 7ad3f717b4
commit 581646682f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1195,7 +1195,7 @@ mod tests {
assert_eq!(enr.tcp4(), Some(tcp));
assert!(enr.verify());
// Compare the encoding as the key itself can be differnet
// Compare the encoding as the key itself can be different
assert_eq!(enr.public_key().encode(), key.public().encode(),);
}