Skip to content

Commit

Permalink
refactor: correct grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohba1 committed Nov 6, 2024
1 parent 5691df7 commit d3b0c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forrestrie-examples/examples/receipts_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async fn main() {
.map(|full_receipt| full_receipt.receipt.clone())
.collect();

// These are de indexes of receipts on which proofs have to be generated
// These are the indexes of receipts for which proofs need to be generated
let target_idxs = &[1, 2, 3];
let targets = TargetLeaves::from_indices(target_idxs, &receipts_with_bloom).unwrap();
let mut hb = build_trie_with_proofs(&receipts_with_bloom, target_idxs);
Expand Down

0 comments on commit d3b0c26

Please sign in to comment.