From 9684059501e414c5f40135ed56cd02ead5fb1f94 Mon Sep 17 00:00:00 2001 From: Santi Balaguer Date: Mon, 21 Oct 2024 11:17:54 +0200 Subject: [PATCH] Update learn-guides-coretime-swap.md --- docs/learn/learn-guides-coretime-swap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/learn/learn-guides-coretime-swap.md b/docs/learn/learn-guides-coretime-swap.md index b25f0d82f128..664f049a0667 100644 --- a/docs/learn/learn-guides-coretime-swap.md +++ b/docs/learn/learn-guides-coretime-swap.md @@ -93,9 +93,6 @@ Assumptions - The account that owns the unlocked paraID has enough available funds to execute transactions on the relay chain. transactions on the relay chain. -### Time for effect -The swap of leases is effective immediately, however the coretime chain communicates the changes of these leases to the relay chain with every new coretime cycle. Thus, the change will come into effect in the following coretime cycle. - Steps - Have the collator running for your original paraID. @@ -105,3 +102,6 @@ Steps - Use the manager account on your new paraID to send the [swap instruction](#perform-swap-on-the-relay-chain-for-an-unlocked-parachain) directly on the relay chain. + +### Time for effect +The swap of leases is effective immediately, however the coretime chain communicates the changes of these leases to the relay chain with every new coretime cycle. Thus, the change will come into effect in the following coretime cycle.