Skip to content

Commit

Permalink
lint: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Oct 19, 2024
1 parent cc6f534 commit 86e2c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/src/transaction/legacy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl RlpEcdsaTx for TxLegacy {
fn rlp_encoded_length_with_signature(&self, signature: &Signature) -> usize {
// Enforce correct parity for legacy transactions (EIP-155, 27 or 28).
let signature = legacy_sig!(signature);
let header = self.rlp_header_signed(&signature);
let header = self.rlp_header_signed(signature);
header.length() + header.payload_length
}

Expand Down

0 comments on commit 86e2c5e

Please sign in to comment.