Skip to content

Commit

Permalink
Fix typo: relay -> replay (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
hootio committed Jul 25, 2022
1 parent 0a32ab5 commit c593b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mod feature_gated {
pub trait Key {
/// Sign given message and include chain-id replay protection.
///
/// When a chain ID is provided, the `Signature`'s V-value will have chain relay
/// When a chain ID is provided, the `Signature`'s V-value will have chain replay
/// protection added (as per EIP-155). Otherwise, the V-value will be in
/// 'Electrum' notation.
fn sign(&self, message: &[u8], chain_id: Option<u64>) -> Result<Signature, SigningError>;
Expand Down

0 comments on commit c593b72

Please sign in to comment.