Fix clippy lints

This commit is contained in:
Paul Hauner
2021-09-25 11:26:54 +10:00
parent 9c8bf4965e
commit 95ef497e7b
5 changed files with 38 additions and 15 deletions

View File

@@ -16,8 +16,8 @@ pub enum Error {
JsonRpc(RpcError),
Json(serde_json::Error),
ServerMessage(String),
Eip155Error,
NoResultOrError,
Eip155Failure,
NoErrorOrResult,
IsSyncing,
}