From e93ce624af4ec9a121ca9158276a306209aa2205 Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Thu, 13 Jul 2023 11:39:01 +0100 Subject: [PATCH] Update text/0005-coretime-interface.md Co-authored-by: asynchronous rob --- 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 b47b542..c001248 100644 --- a/text/0005-coretime-interface.md +++ b/text/0005-coretime-interface.md @@ -15,7 +15,7 @@ This is a proposal for the interface which will exist around the Relay-chain in ## Motivation -The overall motivation for splitting out functions from the Relay-chain onto System parachains is well understood. An well-understood interface is necessary for ensuring multiple chains are able to coordinate their efforts. +The background motivation for this interface is splitting out coretime allocation functions and secondary markets from the Relay-chain onto System parachains. A well-understood and general interface is necessary for ensuring the Relay-chain receives coretime allocation instructions from one or more System chains without introducing dependencies on the implementation details of either side. ## Requirements