mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
Fix typos (#1878)
This commit is contained in:
@@ -48,7 +48,7 @@ const MAX_SUBSCRIPTIONS: u32 = 64;
|
||||
|
||||
#[derive(thiserror::Error, Debug)]
|
||||
enum LightClientError {
|
||||
#[error("Error occured while executing smoldot request: {0}")]
|
||||
#[error("Error occurred while executing smoldot request: {0}")]
|
||||
SmoldotError(String),
|
||||
#[error("Nothing returned from json_rpc_responses")]
|
||||
EmptyResult,
|
||||
|
||||
Reference in New Issue
Block a user