From bb97f00f1f585dfa965312e8fd28039c3a7354a1 Mon Sep 17 00:00:00 2001 From: Adam Dossa Date: Wed, 22 May 2024 18:09:10 +0100 Subject: [PATCH] Update lib.rs (#1676) --- pallets/relayer/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/relayer/src/lib.rs b/pallets/relayer/src/lib.rs index e3f658f216..f8ffb9fc05 100644 --- a/pallets/relayer/src/lib.rs +++ b/pallets/relayer/src/lib.rs @@ -457,7 +457,7 @@ impl Module { // These pallets are subsidised by the paying key. b"Asset" | b"ComplianceManager" | b"CorporateAction" | b"ExternalAgents" | b"Permissions" | b"Portfolio" | b"Settlement" | b"Statistics" | b"Sto" - | b"Balances" => Ok(Some(())), + | b"Balances" | b"Identity" => Ok(Some(())), // The user key needs to pay for `remove_paying_key` call. b"Relayer" => Ok(None), // Reject all other pallets.