Skip to content

Commit

Permalink
remove bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Nov 21, 2023
1 parent fcc346e commit 71729b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/src/commands/execute_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ where
HostFns: HostFunctions,
{
let executor = build_executor::<HostFns>(&shared);
// get the block number associated with this block.
let block_ws_uri = command.block_ws_uri();
let rpc = ws_client(&block_ws_uri).await?;

Expand Down
2 changes: 0 additions & 2 deletions core/src/commands/offchain_worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ where
HostFns: HostFunctions,
{
let executor = build_executor(&shared);

// get the block number associated with this block.
let block_ws_uri = command.header_ws_uri();
let rpc = ws_client(&block_ws_uri).await?;

Expand Down

0 comments on commit 71729b4

Please sign in to comment.