mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 18:11:10 +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:
@@ -578,7 +578,7 @@ impl<PoolApi, Block> MaintainedTransactionPool for BasicPool<PoolApi, Block>
|
||||
|
||||
async move {
|
||||
// We keep track of everything we prune so that later we won't add
|
||||
// tranactions with those hashes from the retracted blocks.
|
||||
// transactions with those hashes from the retracted blocks.
|
||||
let mut pruned_log = HashSet::<ExtrinsicHash<PoolApi>>::new();
|
||||
|
||||
// If there is a tree route, we use this to prune known tx based on the enacted
|
||||
|
||||
@@ -361,7 +361,7 @@ fn should_revalidate_across_many_blocks() {
|
||||
|
||||
|
||||
#[test]
|
||||
fn should_push_watchers_during_maintaince() {
|
||||
fn should_push_watchers_during_maintenance() {
|
||||
fn alice_uxt(nonce: u64) -> Extrinsic {
|
||||
uxt(Alice, 209 + nonce)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user