mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
feat: remove constraint of concrete type AnyTransactionReceipt for EthApiTypes::NetworkType (#10693)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
This commit is contained in:
@ -27,7 +27,10 @@ use reth_node_api::{
|
||||
use reth_node_core::{
|
||||
dirs::{ChainPath, DataDirPath},
|
||||
exit::NodeExitFuture,
|
||||
rpc::eth::{helpers::AddDevSigners, FullEthApiServer},
|
||||
rpc::{
|
||||
eth::{helpers::AddDevSigners, FullEthApiServer},
|
||||
types::AnyTransactionReceipt,
|
||||
},
|
||||
version::{CARGO_PKG_VERSION, CLIENT_CODE, NAME_CLIENT, VERGEN_GIT_SHA},
|
||||
};
|
||||
use reth_node_events::{cl::ConsensusLayerHealthEvents, node};
|
||||
@ -113,6 +116,7 @@ where
|
||||
+ FullEthApiServer<
|
||||
NetworkTypes: alloy_network::Network<
|
||||
TransactionResponse = WithOtherFields<reth_rpc_types::Transaction>,
|
||||
ReceiptResponse = AnyTransactionReceipt,
|
||||
>,
|
||||
> + AddDevSigners,
|
||||
>,
|
||||
|
||||
Reference in New Issue
Block a user