Skip to content

Commit

Permalink
generic, need renames but ready to start shardtree batch struct
Browse files Browse the repository at this point in the history
  • Loading branch information
AloeareV committed Nov 28, 2024
1 parent 027a2b2 commit ac2f2cb
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 108 deletions.
4 changes: 2 additions & 2 deletions zingo-sync/src/scan/compact_blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ where
// collect trial decryption results by transaction
let incoming_sapling_outputs = runners
.sapling
.collect_results(block.hash(), transaction.txid());
.collect_results(&runners::ResultKey(block.hash(), transaction.txid()));
let incoming_orchard_outputs = runners
.orchard
.collect_results(block.hash(), transaction.txid());
.collect_results(&runners::ResultKey(block.hash(), transaction.txid()));

// gather the txids of all transactions relevant to the wallet
// the edge case of transactions that this capability created but did not receive change
Expand Down
Loading

0 comments on commit ac2f2cb

Please sign in to comment.