mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: remove trait bound on TxType (#12379)
This commit is contained in:
@ -13,7 +13,6 @@ pub trait TxType:
|
||||
+ TryFrom<u8, Error = Eip2718Error>
|
||||
+ TryFrom<u64>
|
||||
+ TryFrom<U64>
|
||||
+ From<alloy_consensus::TxType>
|
||||
+ Debug
|
||||
+ Display
|
||||
+ Clone
|
||||
|
||||
Reference in New Issue
Block a user