Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Oct 11, 2023
1 parent bb41546 commit 7440ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/technology/contracts/postage-stamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Each batch of stamps has two key parameters, `batch depth` and `amount`, which a

`Batch depth` determines how much data can be stored by a batch. The number of chunks which can be stored (stamped) by a batch is equal to $$2^{batchDepth}$$.

For a batch with a `batch depth` of 24, a maximum of $$2^{23} = 16,777,216$$ chunks can be stamped.
For a batch with a `batch depth` of 24, a maximum of $$2^{24} = 16,777,216$$ chunks can be stamped.

Since we know that one chunk can store 4 kb of data, we can calculate the theoretical maximum amount of data which can be stored by a batch from the `batch depth`.

Expand Down

0 comments on commit 7440ece

Please sign in to comment.