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 @@ -380,7 +380,7 @@ impl SignerCoordinator {
380
380
"rejections_threshold" => self . total_weight. saturating_sub( self . weight_threshold)
381
381
) ;
382
382
return Err ( NakamotoNodeError :: SigningCoordinatorFailure (
383
- "Gave up while trying reaching the threshold " . into ( ) ,
383
+ "Timed out while waiting for signatures " . into ( ) ,
384
384
) ) ;
385
385
}
386
386
@@ -437,7 +437,7 @@ impl SignerCoordinator {
437
437
"rejections_threshold" => self . total_weight. saturating_sub( self . weight_threshold)
438
438
) ;
439
439
return Err ( NakamotoNodeError :: SigningCoordinatorFailure (
440
- "Gave up while trying reaching the threshold " . into ( ) ,
440
+ "Timed out while waiting for signatures " . into ( ) ,
441
441
) ) ;
442
442
} else {
443
443
continue ;
You can’t perform that action at this time.
0 commit comments