mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
Start adding json rpc wrapper
This commit is contained in:
@@ -15,6 +15,9 @@ pub enum Error {
|
||||
RequestFailed(String),
|
||||
JsonRpc(RpcError),
|
||||
Json(serde_json::Error),
|
||||
ServerMessage(String),
|
||||
Eip155Error,
|
||||
NoResultField,
|
||||
}
|
||||
|
||||
impl From<reqwest::Error> for Error {
|
||||
|
||||
Reference in New Issue
Block a user