Skip to content

Commit

Permalink
fix recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 10, 2024
1 parent 08c7d91 commit 1bbac02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/optimism/primitives/src/transaction/signed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ impl Transaction for OpTransactionSigned {

impl Typed2718 for OpTransactionSigned {
fn ty(&self) -> u8 {
self.tx_type() as u8
self.deref().ty()
}
}

Expand Down

0 comments on commit 1bbac02

Please sign in to comment.