From e649435fad19884c59e2a9ca08a64d0405733b3b Mon Sep 17 00:00:00 2001 From: bhargavbh <2bhargav5@gmail.com> Date: Mon, 22 Jul 2024 17:43:02 +0200 Subject: [PATCH] fix typo --- docs/id-weights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/id-weights.md b/docs/id-weights.md index f649b21c7..4b13a4fd9 100644 --- a/docs/id-weights.md +++ b/docs/id-weights.md @@ -722,7 +722,7 @@ The Polkadot Runtime defines the following values: - Weight to fee conversion: - ${weight}$ fee = weight \times (100${u}{D}{O}{T}{s}\div{\left({10}\times{10}'{000}\right)}{)}$ + ${weight}$ fee = $weight/1.26 * (10^{-8})$ where $weight$ is in nS. A weight of 126’000 nS is mapped to 1 mDOT. This fee will never exceed the max size of an unsigned 128 bit integer.