fix: correct typos in error messages and logs (#20894)

This commit is contained in:
FT
2026-01-10 09:54:31 +01:00
committed by GitHub
parent 746baed2b1
commit 44a6035fa3
2 changed files with 2 additions and 2 deletions

View File

@@ -64,6 +64,6 @@ pub enum EthStatsError {
DataFetchError(String),
/// The request sent to the server was invalid or malformed
#[error("Inivalid request")]
#[error("Invalid request")]
InvalidRequest,
}