Skip to content

Commit

Permalink
chore(host): add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Aug 21, 2024
1 parent cc237be commit 7e48b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ pub async fn make_request() -> anyhow::Result<ProofRequestOpt> {
// Get block to test with.
let block_number = find_recent_block(Network::TaikoMainnet).await?;

// TODO:(petar) Change prover type based on the prover we want to test. Probably should be
// read from the environment.
Ok(ProofRequestOpt {
block_number: Some(block_number),
l1_inclusive_block_number: None,
Expand Down

0 comments on commit 7e48b94

Please sign in to comment.