chore: fix some typos (#1997)

* Update events.rs

* Update transaction_extensions.rs

* Update mod.rs

* Update lib.rs

---------

Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
Evelina Carl
2025-05-08 23:45:26 +10:00
committed by GitHub
parent 9ba89e3ed7
commit 411a807d50
4 changed files with 4 additions and 4 deletions
@@ -136,7 +136,7 @@ async fn storage_plain_lookup(api: &Client) -> Result<(), subxt::Error> {
Ok(())
}
// Make a dynamic constant query for `System::BlockLenght`.
// Make a dynamic constant query for `System::BlockLength`.
async fn dynamic_constant_query(api: &Client) -> Result<(), subxt::Error> {
let now = std::time::Instant::now();
tracing::trace!("Check dynamic_constant_query");