Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: shenpengfeng <[email protected]>
  • Loading branch information
shenpengfeng authored and RomarQ committed Sep 24, 2024
1 parent 850be55 commit a0768a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/rpc/trace/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! executor.
//!
//! The implementation is composed of multiple tasks :
//! - Many calls the the RPC handler `Trace::filter`, communicating with the main task.
//! - Many calls the RPC handler `Trace::filter`, communicating with the main task.
//! - A main `CacheTask` managing the cache and the communication between tasks.
//! - For each traced block an async task responsible to wait for a permit, spawn a blocking
//! task and waiting for the result, then send it to the main `CacheTask`.
Expand Down
2 changes: 1 addition & 1 deletion test/suites/dev/moonbase/test-orbiters/test-orbiters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describeSuite({
expect(notifyInactiveOrbiter.result!.error!.name).toEqual("CannotBeNotifiedAsInactive");

// Call to mark an orbiterPool that has not produced blocks offline
// should succeed but it should be an noop (pool will still be active) if there are is an
// should succeed but it should be a noop (pool will still be active) if there is an
// active orbiter in the pool
await context.createBlock(
context
Expand Down
2 changes: 1 addition & 1 deletion test/suites/tracing-tests/test-trace-filter-reorg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describeSuite({
// extrinsics into the pool.
//
// This block however will contain the transaction with nonce 1 but the
// chain don't expect this nonce so the the Ethereum transaction in not executed.
// chain don't expect this nonce so the Ethereum transaction in not executed.
// However it is still in the list of extrinsics for this block.
const block3a = await context.createBlock([], {
parentHash: block2a.block.hash,
Expand Down

0 comments on commit a0768a2

Please sign in to comment.