From 5709858370bad225b27f926c7c433c05de7d1371 Mon Sep 17 00:00:00 2001 From: hoangdv2429 Date: Tue, 12 Dec 2023 23:01:59 +0700 Subject: [PATCH] revert --- docs/architecture/adr-014-versioned-namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-014-versioned-namespaces.md b/docs/architecture/adr-014-versioned-namespaces.md index ca9dba8d88..af52c0241b 100644 --- a/docs/architecture/adr-014-versioned-namespaces.md +++ b/docs/architecture/adr-014-versioned-namespaces.md @@ -57,7 +57,7 @@ For example, consider the scenario where at mainnet launch blobs are laid out ac - When a namespace starts with `1`, all blobs in the namespace conform to the new set of non-interactive default rules. ```go -optional := []byte{ +optionA := []byte{ 0, // namespace version 1, 2, 3, 4, 5, 6, 7, 8, // namespace ID 1, // info byte (sequence start indicator = true)