Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 3786a79

Browse files
andresilvatomusdrw
andauthored
transaction-pool: extend docs
Co-authored-by: Tomasz Drwięga <[email protected]>
1 parent d315e20 commit 3786a79

File tree

1 file changed

+1
-0
lines changed
  • primitives/transaction-pool/src

1 file changed

+1
-0
lines changed

primitives/transaction-pool/src/pool.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ pub trait LocalTransactionPool: Send + Sync {
287287

288288
/// Submits the given local unverified transaction to the pool blocking the
289289
/// current thread for any necessary pre-verification.
290+
/// NOTE: It MUST NOT be used for transactions that originate from the network or RPC, since the validation is performed with `TransactionSource::Local`.
290291
fn submit_local(
291292
&self,
292293
at: &BlockId<Self::Block>,

0 commit comments

Comments
 (0)