mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix: correct typos in error messages and logs (#20894)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user