Skip to content

Commit 4f4b584

Browse files
committed
fixed typo
1 parent f22a990 commit 4f4b584

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-
/// The tiemout configuration based on the percentage of rejections
83+
/// The timeout configuration based on the percentage of rejections
8484
block_rejection_timeout_steps: HashMap<u64, Duration>,
8585
}
8686

0 commit comments

Comments
 (0)