mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 11:27:58 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user