Fix failing tests

This commit is contained in:
Jimmy Chen
2023-05-30 23:31:09 +10:00
parent 81c9af5aaf
commit 18347231b1
2 changed files with 2 additions and 13 deletions

View File

@@ -99,9 +99,10 @@ async fn el_error_on_new_payload() {
// Make a block.
let pre_state = harness.get_current_state();
let (block, _) = harness
let (block_contents, _) = harness
.make_block(pre_state, Slot::new(num_blocks + 1))
.await;
let block = block_contents.0;
let block_hash = block
.message()
.body()