mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: fix typos (#7049)
This commit is contained in:
@@ -31,7 +31,7 @@ fn main() -> eyre::Result<()> {
|
||||
// the `provider_rw` function and look for the `Writer` variants of the traits.
|
||||
let provider = factory.provider()?;
|
||||
|
||||
// Run basic queryies against the DB
|
||||
// Run basic queries against the DB
|
||||
let block_num = 100;
|
||||
header_provider_example(&provider, block_num)?;
|
||||
block_provider_example(&provider, block_num)?;
|
||||
|
||||
@@ -21,7 +21,7 @@ use reth::{
|
||||
use reth::rpc::builder::{
|
||||
RethRpcModule, RpcModuleBuilder, RpcServerConfig, TransportRpcModuleConfig,
|
||||
};
|
||||
// Configuring the network parts, ideally also wouldn't ned to think about this.
|
||||
// Configuring the network parts, ideally also wouldn't need to think about this.
|
||||
use myrpc_ext::{MyRpcExt, MyRpcExtApiServer};
|
||||
use reth::{
|
||||
blockchain_tree::noop::NoopBlockchainTree, providers::test_utils::TestCanonStateSubscriptions,
|
||||
|
||||
Reference in New Issue
Block a user