Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavbh committed Jul 22, 2024
1 parent 8478bfe commit e649435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/id-weights.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e649435

Please sign in to comment.