mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
expose transaction origin (#383)
This commit is contained in:
@@ -84,14 +84,14 @@ pub use crate::{
|
||||
ordering::TransactionOrdering,
|
||||
traits::{
|
||||
BestTransactions, OnNewBlockEvent, PoolTransaction, PropagateKind, PropagatedTransactions,
|
||||
TransactionPool,
|
||||
TransactionOrigin, TransactionPool,
|
||||
},
|
||||
validate::{TransactionValidationOutcome, TransactionValidator},
|
||||
};
|
||||
use crate::{
|
||||
error::PoolResult,
|
||||
pool::PoolInner,
|
||||
traits::{NewTransactionEvent, PoolSize, TransactionOrigin},
|
||||
traits::{NewTransactionEvent, PoolSize},
|
||||
validate::ValidPoolTransaction,
|
||||
};
|
||||
use reth_primitives::{TxHash, U256};
|
||||
|
||||
Reference in New Issue
Block a user