File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
testnet/stacks-node/src/nakamoto_node Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ impl SignerCoordinator {
384
384
"rejections_threshold" => self . total_weight. saturating_sub( self . weight_threshold)
385
385
) ;
386
386
return Err ( NakamotoNodeError :: SigningCoordinatorFailure (
387
- "Gave up while tried reaching the threshold" . into ( ) ,
387
+ "Gave up while trying reaching the threshold" . into ( ) ,
388
388
) ) ;
389
389
}
390
390
@@ -438,7 +438,7 @@ impl SignerCoordinator {
438
438
"rejections_threshold" => self . total_weight. saturating_sub( self . weight_threshold)
439
439
) ;
440
440
return Err ( NakamotoNodeError :: SigningCoordinatorFailure (
441
- "Gave up while tried reaching the threshold" . into ( ) ,
441
+ "Gave up while trying reaching the threshold" . into ( ) ,
442
442
) ) ;
443
443
} else {
444
444
continue ;
You can’t perform that action at this time.
0 commit comments