Skip to content

Commit 40043eb

Browse files
committed
Fix comment on SignCoordinator in stacks-node
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 27034e3 commit 40043eb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@ pub static TEST_IGNORE_SIGNERS: std::sync::Mutex<Option<bool>> = std::sync::Mute
5454
/// waking up to check timeouts?
5555
static EVENT_RECEIVER_POLL: Duration = Duration::from_millis(500);
5656

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.
6259
pub struct SignCoordinator {
6360
receiver: Option<Receiver<StackerDBChunksEvent>>,
6461
message_key: StacksPrivateKey,

0 commit comments

Comments
 (0)