Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion how-to-guides/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,17 @@ This can be calculated as follows:

<!-- markdownlint-disable MD013 -->

$\text{Total Bytes} = (1 \times 478 \, \text{bytes}) + (16382 \times 482 \, \text{bytes}) = 7,896,602 \, \text{bytes}$
$$
\text{First share: } 1 \times 478 \text{ bytes}
$$

$$
\text{Remaining shares: } 16382 \times 482 \text{ bytes}
$$

$$
\text{Total Bytes: } 7,896,602 \text{ bytes}
$$

<!-- markdownlint-enable MD013 -->

Expand Down
Loading