Skip to content

Commit

Permalink
fix eth tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Jun 20, 2024
1 parent 13a1f29 commit 6ac72a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion client/rpc/debug/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ where
));
};

let reference_block = overrides.current_block(hash);
let reference_block = overrides.current_block(reference_hash);

// Get the actual ethereum transaction.
if let Some(block) = reference_block {
Expand Down
2 changes: 0 additions & 2 deletions test/suites/tracing-tests/test-trace-ethereum-xcm-3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ describeSuite({
} as RawXcmMessage);
}

// Block that includes the hrmp messages
await context.createBlock();
// Block that processes the hrmp messasges in the message queue
await context.createBlock();

Expand Down

0 comments on commit 6ac72a6

Please sign in to comment.