Skip to content

Commit f22a990

Browse files
committed
improved comment for rejections timeout
1 parent 5c0805a commit f22a990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub struct SignerCoordinator {
8080
/// Rather, this burn block is used to determine whether or not a new
8181
/// burn block has arrived since this thread started.
8282
burn_tip_at_start: ConsensusHash,
83-
///
83+
/// The tiemout configuration based on the percentage of rejections
8484
block_rejection_timeout_steps: HashMap<u64, Duration>,
8585
}
8686

0 commit comments

Comments
 (0)