Skip to content

Commit

Permalink
docs: fix comment (#4297)
Browse files Browse the repository at this point in the history
deleted /
/// - //
  • Loading branch information
sewqasreedas authored Feb 5, 2025
1 parent d1ce998 commit dff4322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/blobstream/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
// nonce value in store.
InitialLatestAttestationNonce = uint64(0)
// InitialEarliestAvailableAttestationNonce the initial value set in genesis of the earliest
/// available attestation nonce in store.
// available attestation nonce in store.
InitialEarliestAvailableAttestationNonce = uint64(1)
)

Expand Down

0 comments on commit dff4322

Please sign in to comment.