primitives: rm redundant functions for Transaction (#11747)

This commit is contained in:
Thomas Coratger
2024-10-16 22:33:57 +02:00
committed by GitHub
parent b1cc16809b
commit 82862fabd7
19 changed files with 21 additions and 109 deletions

View File

@ -29,6 +29,7 @@ reth-trie.workspace = true
# alloy
alloy-primitives.workspace = true
alloy-rpc-types-engine.workspace = true
alloy-consensus.workspace = true
# async
tokio = { workspace = true, default-features = false }