mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
some fmt (#11933)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user