From 75ce9d02f8dce5689b85c83caefe8482ff95ed11 Mon Sep 17 00:00:00 2001 From: cdamian <17934949+cdamian@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:43:42 +0200 Subject: [PATCH] proxy-type: Remove class creation from NFTMint --- runtime/development/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index ab60c8c661..5ab17ba7cf 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -416,7 +416,6 @@ impl InstanceFilter for ProxyType { ), ProxyType::NFTMint => matches!( c, - Call::Uniques(pallet_uniques::Call::create{..}) | Call::Uniques(pallet_uniques::Call::mint{..}) ), ProxyType::NFTTransfer => matches!(