Skip to content

Commit 9f18a88

Browse files
authored
fix typos
1 parent a0805f7 commit 9f18a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/crypto-verify/src/ethereum.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fn serialize_unsigned_transaction(
6363

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

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

0 commit comments

Comments
 (0)