mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 02:21:14 +00:00
Spellling corrections (no code changes) (#8971)
* Spelling corrections * As this might break let's do as a separate PR
This commit is contained in:
@@ -155,7 +155,7 @@ impl<B: ChainApi> ValidatedPool<B> {
|
||||
|
||||
/// A fast check before doing any further processing of a transaction, like validation.
|
||||
///
|
||||
/// If `ingore_banned` is `true`, it will not check if the transaction is banned.
|
||||
/// If `ignore_banned` is `true`, it will not check if the transaction is banned.
|
||||
///
|
||||
/// It checks if the transaction is already imported or banned. If so, it returns an error.
|
||||
pub fn check_is_known(
|
||||
|
||||
Reference in New Issue
Block a user