Switch to new rpc sending method

This commit is contained in:
Paul Hauner
2021-09-24 10:14:50 +10:00
parent 95e9407cd9
commit 31ad3239d4
2 changed files with 32 additions and 48 deletions

View File

@@ -18,6 +18,7 @@ pub enum Error {
ServerMessage(String),
Eip155Error,
NoResultOrError,
IsSyncing,
}
impl From<reqwest::Error> for Error {