move header.rs to eth-wire-types (#9345)

This commit is contained in:
Qiwei Yang
2024-07-06 18:29:02 +08:00
committed by GitHub
parent ebe3ef5e79
commit 0ce192921f
18 changed files with 41 additions and 39 deletions

View File

@ -102,7 +102,7 @@ optimism = [
"reth-provider/optimism",
"reth-rpc-types-compat/optimism",
"reth-rpc-eth-api/optimism",
"reth-rpc-eth-types/optimism"
"reth-rpc-eth-types/optimism",
]
jemalloc = ["dep:tikv-jemalloc-ctl"]