Skip to content

Commit

Permalink
chore: rm non exhaustive for envelope (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Dec 23, 2024
1 parent dfad876 commit 8ab278c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/consensus/src/transaction/envelope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ impl Typed2718 for TxType {
)]
#[cfg_attr(all(any(test, feature = "arbitrary"), feature = "k256"), derive(arbitrary::Arbitrary))]
#[doc(alias = "TransactionEnvelope")]
#[non_exhaustive]
pub enum TxEnvelope {
/// An untagged [`TxLegacy`].
Legacy(Signed<TxLegacy>),
Expand Down
1 change: 0 additions & 1 deletion crates/rpc-types-eth/src/transaction/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,6 @@ impl From<TxEnvelope> for TransactionRequest {
tx.strip_signature().into()
}
}
_ => Default::default(),
}
}
}
Expand Down

0 comments on commit 8ab278c

Please sign in to comment.