Skip to content

Commit

Permalink
Comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Jun 16, 2024
1 parent 32b3e04 commit 58b149a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ impl<K: EnrKey> Decodable for Enr<K> {
payload.advance(other_header.payload_length);

// Encode the header for list values, for non-list objects, we remove the
// header for compatibility with commonly used key entries (i.e its the
// header for compatibility with commonly used key entries (i.e it's the
// current convention).
if other_header.list {
let mut out = Vec::<u8>::new();
Expand Down

0 comments on commit 58b149a

Please sign in to comment.