File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contracts/crypto-verify/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ fn serialize_unsigned_transaction(
63
63
64
64
/// Get the recovery param from the value `v` when no chain ID for replay protection is used.
65
65
///
66
- /// This is needed for chain-agnostig aignatures like signed text.
66
+ /// This is needed for chain-agnostic signatures like signed text.
67
67
///
68
68
/// See [EIP-155] for how `v` is composed.
69
69
///
@@ -78,7 +78,7 @@ pub fn get_recovery_param(v: u8) -> StdResult<u8> {
78
78
79
79
/// Get the recovery param from the value `v` when a chain ID for replay protection is used.
80
80
///
81
- /// This is needed for chain-agnostig aignatures like signed text.
81
+ /// This is needed for chain-agnostic signatures like signed text.
82
82
///
83
83
/// See [EIP-155] for how `v` is composed.
84
84
///
You can’t perform that action at this time.
0 commit comments