From 33d45a809d12481c32b6b1d129caf609bb7db7c6 Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Mon, 17 Jul 2023 11:58:37 +0200 Subject: [PATCH] Update text/0005-coretime-interface.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Anton Vilhelm Ásgeirsson --- 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 c001248..47d9adc 100644 --- a/text/0005-coretime-interface.md +++ b/text/0005-coretime-interface.md @@ -70,7 +70,7 @@ fn request_revenue_at( Requests that the Relay-chain send a `notify_revenue` message back at or soon after Relay-chain block number `when` whose `until` parameter is equal to `when`. -The period in to the past which `when` is allowed to be may be limited; if so the limit should be understood on a channel outside of this proposal. In the case that the request cannot be servied because `when` is too old a block then a `notify_revenue` message must still be returned, but its `revenue`` field may be `None`. +The period in to the past which `when` is allowed to be may be limited; if so the limit should be understood on a channel outside of this proposal. In the case that the request cannot be serviced because `when` is too old a block then a `notify_revenue` message must still be returned, but its `revenue` field may be `None`. #### `credit_account`