Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 084629b

Browse files
Update learn/specs/block-validity.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 90e35a7 commit 084629b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn/specs/block-validity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SignedHeader.ValidateBasic()
3030
// Ensure that someone signed the header
3131
verify len(c.Signatures) not 0
3232
// For based rollups (sh.Signer.IsEmpty()), pass validation
33-
If !sh.Signer.IsEmpty():
33+
if !sh.Signer.IsEmpty():
3434
// Verify the signer matches the proposer address
3535
verify sh.Signer.Address == sh.ProposerAddress
3636
// Verify signature using custom verifier if set, otherwise use default

0 commit comments

Comments
 (0)