From 53b9b667fbf674658f3f5e2caab64e0210496182 Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Fri, 7 Jul 2023 14:02:22 +0200 Subject: [PATCH] Update text/0005-coretime-interface.md --- text/0005-coretime-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0005-coretime-interface.md b/text/0005-coretime-interface.md index 4e8869b..2926ac3 100644 --- a/text/0005-coretime-interface.md +++ b/text/0005-coretime-interface.md @@ -120,7 +120,7 @@ Instructs the Relay-chain to ensure that the core indexed as `core` is utilised If `end_hint` is `Some` and the inner is greater than the current block number, then the Relay-chain should optimize in the expectation of receiving a new `assign_core(core, ...)` message at or prior to the block number of the inner value. Specific functionality should remain unchanged regardless of the `end_hint` value. -On the choice of denominator: 57,600 is a very composite number which factors into: 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 5, 5. By using it as the denominator we allow for various useful fractions to be perfectly represented including thirds, quarters, fifths, tenths, 80ths, percent and 256ths. +On the choice of denominator: 57,600 is a very composite number which factors into: 2 ** 8, 3 ** 2, 5 ** 2. By using it as the denominator we allow for various useful fractions to be perfectly represented including thirds, quarters, fifths, tenths, 80ths, percent and 256ths. ### DMP Message Types