Skip to content

Commit 7479356

Browse files
committed
CRC: fix comment typo
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 7519cdb commit 7479356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/v0/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ impl Signer {
582582
}
583583
}
584584

585-
/// WARNING: Do NOT call this function PRIOR to check_proposal or block_proposal validaiton succeeds.
585+
/// WARNING: Do NOT call this function PRIOR to check_proposal or block_proposal validation succeeds.
586586
///
587587
/// Re-verify a block's chain length against the last signed block within signerdb.
588588
/// This is required in case a block has been approved since the initial checks of the block validation endpoint.

0 commit comments

Comments
 (0)