mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
refactor: replace OP error variant with general purpose error (#7844)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1f84c27c35
commit
784d8dc597
@@ -3,9 +3,10 @@
|
||||
use jsonrpsee::types::ErrorObject;
|
||||
use reqwest::Client;
|
||||
use reth_rpc::eth::{
|
||||
error::{EthApiError, EthResult, ToRpcError},
|
||||
error::{EthApiError, EthResult},
|
||||
traits::RawTransactionForwarder,
|
||||
};
|
||||
use reth_rpc_types::ToRpcError;
|
||||
use std::sync::{atomic::AtomicUsize, Arc};
|
||||
|
||||
/// Error type when interacting with the Sequencer
|
||||
|
||||
Reference in New Issue
Block a user