Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove bad comment
  • Loading branch information
liamaharon committed Nov 21, 2023
commit 71729b4936cb01d5490721d8491fe91cd94d8400
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