mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-09 11:10:04 +00:00
Finish custom JSON response handler
This commit is contained in:
@@ -17,7 +17,7 @@ pub enum Error {
|
||||
Json(serde_json::Error),
|
||||
ServerMessage(String),
|
||||
Eip155Error,
|
||||
NoResultField,
|
||||
NoResultOrError,
|
||||
}
|
||||
|
||||
impl From<reqwest::Error> for Error {
|
||||
|
||||
Reference in New Issue
Block a user