Flesh out report task

This commit is contained in:
Luke Parker
2024-08-23 22:29:15 -04:00
parent fd12cc0213
commit d5d1fc3eea
5 changed files with 79 additions and 30 deletions

View File

@@ -212,7 +212,7 @@ impl<D: Db, S: ScannerFeed> ContinuallyRan for ScanForOutputsTask<D, S> {
LifetimeStage::Forwarding => {
// When the forwarded output appears, we can see which Plan it's associated with and
// from there recover this output
ScannerDb::<S>::save_output_being_forwarded(&mut txn, &output_with_in_instruction);
ScannerDb::<S>::save_output_being_forwarded(&mut txn, b, &output_with_in_instruction);
continue;
}
// We should drop these as we should not be handling new External outputs at this