Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
grandima committed Nov 1, 2024
1 parent d6d6eb7 commit b03f172
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/primitives/src/signature/sig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ pub trait Signature:
/// either not replay protected (27/28), or are invalid.
///
/// [EIP-155]: https://eips.ethereum.org/EIPS/eip-155
fn has_eip155_value(&self) -> bool;

fn has_eip155_value(&self) -> bool;

/// Returns the byte-array representation of this signature.
fn as_bytes(&self) -> [u8; 65];
Expand Down

0 comments on commit b03f172

Please sign in to comment.