From 1d92304cddfe8a27301fcf5e682c499d0c267104 Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 24 Sep 2024 19:06:22 +0100 Subject: [PATCH] fix: remove market insurance as valid to account --- protocol/0097-PAPU-protocol_automated_purchases.md | 1 - protocol/features.json | 1 - 2 files changed, 2 deletions(-) diff --git a/protocol/0097-PAPU-protocol_automated_purchases.md b/protocol/0097-PAPU-protocol_automated_purchases.md index 7c7650ef2..81dae3fb2 100644 --- a/protocol/0097-PAPU-protocol_automated_purchases.md +++ b/protocol/0097-PAPU-protocol_automated_purchases.md @@ -123,7 +123,6 @@ To ensure a market can only ever support one **active** PAP program: - `ACCOUNT_TYPE_BUY_BACK_FEES` (0097-PAPU-008). - A user should be able to create A PAP program specifying one of the following account types as the to account type (any other account type should be rejected). -- `ACCOUNT_TYPE_INSURANCE` (0097-PAPU-009). - `ACCOUNT_TYPE_GLOBAL_INSURANCE` (0097-PAPU-010). - `ACCOUNT_TYPE_GLOBAL_REWARD` (0097-PAPU-011). - `ACCOUNT_TYPE_NETWORK_TREASURY` (0097-PAPU-012). diff --git a/protocol/features.json b/protocol/features.json index 537bd5d55..aa9016d44 100644 --- a/protocol/features.json +++ b/protocol/features.json @@ -790,7 +790,6 @@ "0097-PAPU-006", "0097-PAPU-007", "0097-PAPU-008", - "0097-PAPU-009", "0097-PAPU-010", "0097-PAPU-011", "0097-PAPU-012",