File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
testnet/stacks-node/src/nakamoto_node Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ impl SignerCoordinator {
326
326
let mut block_status_tracker = BlockStatus :: default ( ) ;
327
327
328
328
// this is used to track the start of the waiting cycle
329
- let mut rejections_timer = Instant :: now ( ) ;
329
+ let rejections_timer = Instant :: now ( ) ;
330
330
loop {
331
331
// At every iteration wait for the block_status.
332
332
// Exit when the amount of confirmations/rejections reaches the threshold (or until timeout)
@@ -410,7 +410,6 @@ impl SignerCoordinator {
410
410
"rejections" => rejections,
411
411
"rejections_timeout" => rejections_timeout. as_secs( ) ,
412
412
"rejections_threshold" => self . total_weight. saturating_sub( self . weight_threshold) ) ;
413
- rejections_timer = Instant :: now ( ) ;
414
413
415
414
Counters :: set (
416
415
& counters. naka_miner_current_rejections_timeout_secs ,
You can’t perform that action at this time.
0 commit comments