refactor: remove trait bound on TxType (#12379)

This commit is contained in:
ftupas
2024-11-10 13:25:55 +01:00
committed by GitHub
parent 7eaa0a8f9f
commit c1b4fd84c5
5 changed files with 93 additions and 109 deletions

View File

@ -13,7 +13,6 @@ pub trait TxType:
+ TryFrom<u8, Error = Eip2718Error>
+ TryFrom<u64>
+ TryFrom<U64>
+ From<alloy_consensus::TxType>
+ Debug
+ Display
+ Clone