Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdv2429 committed Dec 12, 2023
1 parent de5f183 commit 5709858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-014-versioned-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5709858

Please sign in to comment.