This commit is contained in:
shuoer86
2023-10-16 16:01:01 +08:00
committed by GitHub
parent 91c4360c3c
commit 19f38ca3aa
4 changed files with 9 additions and 9 deletions
@@ -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,