This commit is contained in:
Thomas Coratger
2024-10-21 19:25:33 +02:00
committed by GitHub
parent 7119bb1fe0
commit 20dc0c7da0
3 changed files with 3 additions and 4 deletions

View File

@ -72,7 +72,6 @@ pub trait TransactionPool: Send + Sync + Clone {
/// Imports all _external_ transactions
///
///
/// Consumer: Utility
fn add_external_transactions(
&self,
@ -83,7 +82,7 @@ pub trait TransactionPool: Send + Sync + Clone {
/// Adds an _unvalidated_ transaction into the pool and subscribe to state changes.
///
/// This is the same as [TransactionPool::add_transaction] but returns an event stream for the
/// This is the same as [`TransactionPool::add_transaction`] but returns an event stream for the
/// given transaction.
///
/// Consumer: Custom