Rjected / ranger

Ranger is an ethereum p2p client capable of interacting with peers without a full node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error[E0432]: unresolved import `ethers::core::types::ParseChainError`

polyphia opened this issue · comments

Fails to compile with error :

--> relay/src/relay.rs:12:27
|
12 | use ethers::core::types::{ParseChainError, H512};
| ^^^^^^^^^^^^^^^
| |
| no ParseChainError in types
| help: a similar name exists in the module: ParseI256Error