Skip to content

Commit

Permalink
Update text/0005-coretime-interface.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Vilhelm Ásgeirsson <[email protected]>
  • Loading branch information
gavofyork and antonva authored Jul 17, 2023
1 parent e93ce62 commit 33d45a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0005-coretime-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 33d45a8

Please sign in to comment.