From dff432201cebaa0f3424e6018f7de2d3cc1d86b9 Mon Sep 17 00:00:00 2001 From: sewqasreedas <159052459+sewqasreedas@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:15:23 +0100 Subject: [PATCH] docs: fix comment (#4297) deleted / /// - // --- x/blobstream/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/blobstream/genesis.go b/x/blobstream/genesis.go index d3136496eb..bfafa9ab3e 100644 --- a/x/blobstream/genesis.go +++ b/x/blobstream/genesis.go @@ -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) )