Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Update src/signing/collector/signatures_collector.rs
Browse files Browse the repository at this point in the history
Co-authored-by: matiasbzurovski <164921079+matiasbzurovski@users.noreply.github.com>
  • Loading branch information
CyonAlexRDX and matiasbzurovski authored Aug 28, 2024
1 parent 1d0e142 commit 5b1d6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signing/collector/signatures_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl SignaturesCollector {
///
/// N.B. this method does not concern itself with how many or which
/// factor sources are left to sign with, that is handled by the main loop,
/// i.e. this might return `false` even though there is not factor sources
/// i.e. this might return `Continue` even though there is not factor sources
/// left to sign with.
fn continuation(&self) -> SignaturesCollectingContinuation {
let finish_early_strategy = self.dependencies.finish_early_strategy;
Expand Down

0 comments on commit 5b1d6d9

Please sign in to comment.