From 913c099beb62def85fdb4a9603f789ebe2b4a186 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Tue, 25 Jul 2023 20:59:05 +1200 Subject: [PATCH] improve formatting --- text/0014-improve-locking-mechanism-for-parachains.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/text/0014-improve-locking-mechanism-for-parachains.md b/text/0014-improve-locking-mechanism-for-parachains.md index 7d58eb5..4e1fb81 100644 --- a/text/0014-improve-locking-mechanism-for-parachains.md +++ b/text/0014-improve-locking-mechanism-for-parachains.md @@ -86,9 +86,9 @@ This RFC is fully compatibility with existing interfaces. ## Prior Art and References -Parachain Slot Extension Story: https://github.com/paritytech/polkadot/issues/4758 -Allow parachain to renew lease without actually run another parachain: https://github.com/paritytech/polkadot/issues/6685 -Always treat parachain that never produced block for a significant amount of time as unlocked: https://github.com/paritytech/polkadot/issues/7539 +- Parachain Slot Extension Story: https://github.com/paritytech/polkadot/issues/4758 +- Allow parachain to renew lease without actually run another parachain: https://github.com/paritytech/polkadot/issues/6685 +- Always treat parachain that never produced block for a significant amount of time as unlocked: https://github.com/paritytech/polkadot/issues/7539 ## Unresolved Questions