Skip to content

Commit

Permalink
test: changes method of matching target nodes for verifying proof
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohba1 committed Nov 1, 2024
1 parent d94256e commit 21bcfff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/forrestrie/src/execution_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ 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 21bcfff

Please sign in to comment.