mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-04-02 22:45:41 +00:00
fix typo lib.rs
This commit is contained in:
parent
7ad3f717b4
commit
581646682f
@ -1195,7 +1195,7 @@ mod tests {
|
|||||||
assert_eq!(enr.tcp4(), Some(tcp));
|
assert_eq!(enr.tcp4(), Some(tcp));
|
||||||
assert!(enr.verify());
|
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(),);
|
assert_eq!(enr.public_key().encode(), key.public().encode(),);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user