From 8f37fb5bc07bd79179e71d7ca162fd899f104584 Mon Sep 17 00:00:00 2001 From: jcstein <46639943+jcstein@users.noreply.github.com> Date: Mon, 28 Apr 2025 13:56:53 -0400 Subject: [PATCH] docs: resolve 1373 --- how-to-guides/mainnet.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/how-to-guides/mainnet.md b/how-to-guides/mainnet.md index 86bb1885ceb..be95cabba09 100644 --- a/how-to-guides/mainnet.md +++ b/how-to-guides/mainnet.md @@ -57,7 +57,17 @@ This can be calculated as follows: -$\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} +$$