chore: fix typos (#7049)

This commit is contained in:
DaniPopes
2024-03-08 15:23:37 +01:00
committed by GitHub
parent 7fa35042dd
commit 3c028e5ef4
56 changed files with 93 additions and 93 deletions

View File

@@ -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)?;

View File

@@ -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,