--- a/pallets/nonfungible/src/common.rs +++ b/pallets/nonfungible/src/common.rs @@ -120,7 +120,7 @@ } fn token_owner() -> Weight { - 0 //>::token_owner() + >::token_owner() } } --- a/pallets/refungible/src/benchmarking.rs +++ b/pallets/refungible/src/benchmarking.rs @@ -36,9 +36,7 @@ fn create_max_item_data( users: impl IntoIterator, ) -> CreateRefungibleExData { - let const_data = create_data::(); CreateRefungibleExData { - const_data, users: users .into_iter() .collect::>() --- a/pallets/refungible/src/common.rs +++ b/pallets/refungible/src/common.rs @@ -150,7 +150,7 @@ } fn token_owner() -> Weight { - 0 //>::token_owner() + >::token_owner() } }