Skip to content

Commit

Permalink
Remove instant
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Dec 16, 2024
1 parent e70b2ee commit 7dfcc37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ impl TestFramework {
da.fund_wallet(NodeKind::Bitcoin.to_string(), blocks_to_fund)
.await?;

let instant = std::time::Instant::now();
da.generate(blocks_to_mature).await?;
self.initial_da_height = da.get_block_count().await?;
Ok(())
Expand Down

0 comments on commit 7dfcc37

Please sign in to comment.