Skip to content

Commit

Permalink
test: add static fake log, call root() to retain proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohba1 committed Nov 1, 2024
1 parent 21bcfff commit 6badc7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/forrestrie/src/execution_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ mod tests {
.map(ReceiptWithBloom::try_from)
.collect::<Result<Vec<_>, _>>();

dbg!(&receipts_with_bloom);

// computes the root and verify against existing data
let mut hb: HashBuilder;
//target_idxs are the logIndexes for receipts to get proofs from.
Expand Down

0 comments on commit 6badc7f

Please sign in to comment.