git.delta.rocks / unique-network / refs/commits / 0e3444d4ba8a

difftreelog

fix clippy warn

Daniel Shiposha2023-10-03parent: #fd6af75.patch.diff
in: master

1 file changed

modifiedpallets/refungible/src/common.rsdiffbeforeafterboth
497 return Ok(false);497 return Ok(false);
498 }498 }
499499
500 let is_bundle_owner = <PalletStructure<T>>::check_indirectly_owned(500 <PalletStructure<T>>::check_indirectly_owned(
501 maybe_owner.clone(),501 maybe_owner.clone(),
502 self.id,502 self.id,
503 token,503 token,
504 None,504 None,
505 nesting_budget,505 nesting_budget,
506 )?;506 )
507
508 Ok(is_bundle_owner)
509 }507 }
510508
511 /// Returns 10 token in no particular order.509 /// Returns 10 token in no particular order.