Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Jun 5, 2024
1 parent 4ab7e3c commit 5aabe97
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sequencer/src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,7 @@ mod test_headers {
async fn default() -> Self {
let instance_state = NodeState::mock();
let validated_state = ValidatedState::genesis(&instance_state).0;

//TODO(abdul): Change this
let leaf = async_std::task::block_on(Leaf::genesis(&validated_state, &instance_state));

let leaf = Leaf::genesis(&validated_state, &instance_state).await;
let header = leaf.block_header().clone();
let ns_table = leaf.block_payload().unwrap().get_ns_table().clone();
Self {
Expand Down

0 comments on commit 5aabe97

Please sign in to comment.