mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused codec derive (#12700)
This commit is contained in:
@ -22,8 +22,7 @@ use reth_db::{
|
||||
};
|
||||
use reth_fs_util as fs;
|
||||
use reth_primitives::{
|
||||
Account, Log, LogData, Receipt, ReceiptWithBloom, StorageEntry, Transaction,
|
||||
TransactionSignedNoHash, TxType,
|
||||
Account, Log, LogData, Receipt, StorageEntry, Transaction, TransactionSignedNoHash, TxType,
|
||||
};
|
||||
use reth_prune_types::{PruneCheckpoint, PruneMode};
|
||||
use reth_stages_types::{
|
||||
@ -76,7 +75,6 @@ compact_types!(
|
||||
// reth-primitives
|
||||
Account,
|
||||
Receipt,
|
||||
ReceiptWithBloom,
|
||||
// reth_codecs::alloy
|
||||
Authorization,
|
||||
GenesisAccount,
|
||||
|
||||
Reference in New Issue
Block a user