feat: impl From alloy-consensus::TxType for reth_primitives::TxType (#10523)

This commit is contained in:
nk_ysg
2024-08-26 16:37:42 +08:00
committed by GitHub
parent 986e402fe6
commit 042faacb15
3 changed files with 14 additions and 0 deletions

View File

@ -27,6 +27,7 @@ alloy-rlp = { workspace = true, features = ["arrayvec"] }
alloy-rpc-types = { workspace = true, optional = true }
alloy-genesis.workspace = true
alloy-eips = { workspace = true, features = ["serde"] }
alloy-consensus.workspace = true
# crypto
secp256k1 = { workspace = true, features = [