Skip to content

Commit

Permalink
proxy-type: Remove class creation from NFTMint
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Jun 21, 2022
1 parent 03863bf commit 75ce9d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/development/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ impl InstanceFilter<Call> for ProxyType {
),
ProxyType::NFTMint => matches!(
c,
Call::Uniques(pallet_uniques::Call::create{..}) |
Call::Uniques(pallet_uniques::Call::mint{..})
),
ProxyType::NFTTransfer => matches!(
Expand Down

0 comments on commit 75ce9d0

Please sign in to comment.