difftreelog
fix use rft feature in dispatch
in: master
1 file changed
runtime/common/src/dispatch.rsdiffbeforeafterboth64 );64 );65 <PalletFungible<T>>::init_collection(sender, data)?65 <PalletFungible<T>>::init_collection(sender, data)?66 }66 }67 #[cfg(all(not(feature = "unique-runtime"), not(feature = "quartz-runtime")))]67 #[cfg(feature = "refungible")]68 CollectionMode::ReFungible => <PalletRefungible<T>>::init_collection(sender, data)?,68 CollectionMode::ReFungible => <PalletRefungible<T>>::init_collection(sender, data)?,696970 #[cfg(not(feature = "refungible"))]70 CollectionMode::ReFungible => {71 CollectionMode::ReFungible => {71 return Err(DispatchError::Other("Refunginle pallet is not supported"))72 return Err(DispatchError::Other("Refunginle pallet is not supported"))72 }73 }