Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
doc: hanging sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Oct 18, 2023
1 parent c42a122 commit 7a06bae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethers-core/src/types/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ fn normalize_recovery_id(v: u64) -> u8 {
// Case 2: non-eip155 v value
v @ 27..=34 => ((v - 27) % 4) as u8,
// Case 3: eip155 V value
// By EIP-155 convention,
v @ 35.. => ((v - 1) % 2) as _,
}
}
Expand Down

0 comments on commit 7a06bae

Please sign in to comment.