Skip to content

Commit

Permalink
fix: typo 💅
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasna committed Feb 20, 2025
1 parent 24d10bc commit 99871ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/state_chain_observer/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ impl DefaultRpcClient {

#[derive(Error, Debug)]
pub enum CreateStateChainClientError {
#[error("Compatibilty error")]
#[error("Compatibility error")]
CompatibilityError(BlockCompatibility),
}

Expand Down

0 comments on commit 99871ac

Please sign in to comment.