File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
testnet/stacks-node/src/nakamoto_node Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,8 @@ pub static TEST_IGNORE_SIGNERS: std::sync::Mutex<Option<bool>> = std::sync::Mute
54
54
/// waking up to check timeouts?
55
55
static EVENT_RECEIVER_POLL : Duration = Duration :: from_millis ( 500 ) ;
56
56
57
- /// The `SignCoordinator` struct represents a WSTS FIRE coordinator whose
58
- /// sole function is to serve as the coordinator for Nakamoto block signing.
59
- /// This coordinator does not operate as a DKG coordinator. Rather, this struct
60
- /// is used by Nakamoto miners to act as the coordinator for the blocks they
61
- /// produce.
57
+ /// The `SignCoordinator` struct sole function is to serve as the coordinator for Nakamoto block signing.
58
+ /// This struct is used by Nakamoto miners to act as the coordinator for the blocks they produce.
62
59
pub struct SignCoordinator {
63
60
receiver : Option < Receiver < StackerDBChunksEvent > > ,
64
61
message_key : StacksPrivateKey ,
You can’t perform that action at this time.
0 commit comments