Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Sep 6, 2024
1 parent 11adef4 commit f06118e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/libs/roles/src/validator/messages/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl EncodedNetAddress {
let x = zksync_protobuf::decode(&bytes)?;
Ok(Self(x, bytes))
}
/// Reference to encoded represetation.
/// Reference to encoded representation.
pub fn encoded(&self) -> &[u8] {
&self.1
}
Expand Down

0 comments on commit f06118e

Please sign in to comment.