From f4d5cefe7b958f1d636380f4488114c60ffc59dd Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Fri, 7 Jul 2023 14:00:55 +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 694e400..7bdb1eb 100644 --- a/text/0005-coretime-interface.md +++ b/text/0005-coretime-interface.md @@ -147,7 +147,7 @@ fn notify_revenue( ) ``` -Provide the amount of revenue accumulated from Instantaneous Coretime Sales from Relay-chain block number `last_until` to `until`, not including `until` itself. `last_until` is defined as being the `until` argument of the last `notify_revenue` message sent. +Provide the amount of revenue accumulated from Instantaneous Coretime Sales from Relay-chain block number `last_until` to `until`, not including `until` itself. `last_until` is defined as being the `until` argument of the last `notify_revenue` message sent, or zero for the first call. This explicitly disregards the possibility of multiple parachains requesting and being notified of revenue information. The Relay-chain must be configured to ensure that only a single revenue information destination exists.