mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: Use PrimitiveSignature instead of Signature (#13087)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
//! announcements. Validation and filtering of announcements is network dependent.
|
||||
|
||||
use crate::metrics::{AnnouncedTxTypesMetrics, TxTypesCounter};
|
||||
use alloy_primitives::{Signature, TxHash};
|
||||
use alloy_primitives::{PrimitiveSignature as Signature, TxHash};
|
||||
use derive_more::{Deref, DerefMut};
|
||||
use reth_eth_wire::{
|
||||
DedupPayload, Eth68TxMetadata, HandleMempoolData, PartiallyValidData, ValidAnnouncementData,
|
||||
|
||||
Reference in New Issue
Block a user