mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(transaction-pool): make EthTransactionValidator generic over Validator (#4258)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -57,8 +57,8 @@ async fn main() -> eyre::Result<()> {
|
||||
/// A transaction validator that determines all transactions to be valid.
|
||||
///
|
||||
/// An actual validator impl like
|
||||
/// [EthTransactionValidator](reth_transaction_pool::EthTransactionValidator) would require up to
|
||||
/// date db access.
|
||||
/// [TransactionValidationTaskExecutor](reth_transaction_pool::TransactionValidationTaskExecutor)
|
||||
/// would require up to date db access.
|
||||
///
|
||||
/// CAUTION: This validator is not safe to use since it doesn't actually validate the transaction's
|
||||
/// properties such as chain id, balance, nonce, etc.
|
||||
|
||||
Reference in New Issue
Block a user