We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0805a commit f22a990Copy full SHA for f22a990
testnet/stacks-node/src/nakamoto_node/signer_coordinator.rs
@@ -80,7 +80,7 @@ pub struct SignerCoordinator {
80
/// Rather, this burn block is used to determine whether or not a new
81
/// burn block has arrived since this thread started.
82
burn_tip_at_start: ConsensusHash,
83
- ///
+ /// The tiemout configuration based on the percentage of rejections
84
block_rejection_timeout_steps: HashMap<u64, Duration>,
85
}
86
0 commit comments