From 7abef6a600976c010697d9833b1a53ddcfa6de3a Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Wed, 27 Sep 2023 15:13:12 +0700 Subject: [PATCH] fix error in table --- docs/learn/technology/contracts/postage-stamp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/technology/contracts/postage-stamp.md b/docs/learn/technology/contracts/postage-stamp.md index a428f459c..0a91f0a97 100644 --- a/docs/learn/technology/contracts/postage-stamp.md +++ b/docs/learn/technology/contracts/postage-stamp.md @@ -136,7 +136,7 @@ This table is based on preliminary calculations and may be subject to change. The provided table shows the effective volume for each batch depth from 20 to 41. The "utilisation rate" is the rate of utilisation a stamp batch can reach with a 0.1% failure rate (that is, there is a 1/1000 chance the batch will become fully utilised before reaching that utilisation rate). The "effective volume" figure shows the actual amount of data which can be stored at the effective rate. The effective volume figure is the one which should be used as the de-facto maximum amount of data that a batch can store before becoming either fully utilised (for immutable batches), or start overwriting older chunks (mutable batches). -| Batch Depth | Utilisation Rate | Effective Volume | Theoretical Max Volume | +| Batch Depth | Utilisation Rate | Theoretical Max Volume | Effective Volume | |-------------|------------------|------------------|------------------------| | 20 | 0.00% | 4.29 GB | 0.00 B | | 21 | 0.00% | 8.59 GB | 0.00 B |