Skip to content

Commit

Permalink
Commit the verifier invalid sink at the end of processing invalid rad…
Browse files Browse the repository at this point in the history
…io threshold files
  • Loading branch information
bbalser committed Apr 16, 2024
1 parent 684a003 commit cd78663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/src/radio_threshold.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ where
.await?
.commit()
.await?;
self.verified_report_sink.commit().await?;
self.verified_invalid_report_sink.commit().await?;
Ok(())
}

Expand Down

0 comments on commit cd78663

Please sign in to comment.