Skip to content

Commit 0e7461c

Browse files
committed
message typo
1 parent 463839f commit 0e7461c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testnet/stacks-node/src/nakamoto_node/signer_coordinator.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ impl SignerCoordinator {
384384
"rejections_threshold" => self.total_weight.saturating_sub(self.weight_threshold)
385385
);
386386
return Err(NakamotoNodeError::SigningCoordinatorFailure(
387-
"Gave up while tried reaching the threshold".into(),
387+
"Gave up while trying reaching the threshold".into(),
388388
));
389389
}
390390

@@ -438,7 +438,7 @@ impl SignerCoordinator {
438438
"rejections_threshold" => self.total_weight.saturating_sub(self.weight_threshold)
439439
);
440440
return Err(NakamotoNodeError::SigningCoordinatorFailure(
441-
"Gave up while tried reaching the threshold".into(),
441+
"Gave up while trying reaching the threshold".into(),
442442
));
443443
} else {
444444
continue;

0 commit comments

Comments
 (0)