mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
fix: Use correct types for system tx receipts
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
use alloy_consensus::{TxEip1559, TxEip2930, TxLegacy};
|
||||
use alloy_rpc_types::Log;
|
||||
use reth_primitives::{SealedBlock, Transaction};
|
||||
use reth_primitives::{Log, SealedBlock, Transaction};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user