--- a/pallets/nonfungible/src/lib.rs +++ b/pallets/nonfungible/src/lib.rs @@ -1038,7 +1038,7 @@ nesting_budget: &dyn Budget, ) -> DispatchResult { let nesting = handle.permissions.nesting(); - + #[cfg(not(feature = "runtime-benchmarks"))] let permissive = false; #[cfg(feature = "runtime-benchmarks")]