Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Nov 26, 2024
1 parent a0805f7 commit 9f18a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/crypto-verify/src/ethereum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn serialize_unsigned_transaction(

/// Get the recovery param from the value `v` when no chain ID for replay protection is used.
///
/// This is needed for chain-agnostig aignatures like signed text.
/// This is needed for chain-agnostic signatures like signed text.
///
/// See [EIP-155] for how `v` is composed.
///
Expand All @@ -78,7 +78,7 @@ pub fn get_recovery_param(v: u8) -> StdResult<u8> {

/// Get the recovery param from the value `v` when a chain ID for replay protection is used.
///
/// This is needed for chain-agnostig aignatures like signed text.
/// This is needed for chain-agnostic signatures like signed text.
///
/// See [EIP-155] for how `v` is composed.
///
Expand Down

0 comments on commit 9f18a88

Please sign in to comment.