difftreelog
Merge pull request #251 from UniqueNetwork/feature/CORE-264
in: master
CORE-264
1 file changed
runtime/src/lib.rsdiffbeforeafterboth1019 ($collection:ident.$method:ident($($name:ident),*)) => {{1019 ($collection:ident.$method:ident($($name:ident),*)) => {{1020 use pallet_unique::dispatch::Dispatched;1020 use pallet_unique::dispatch::Dispatched;102110211022 let collection = Dispatched::dispatch(<pallet_common::CollectionHandle<Runtime>>::new($collection).unwrap());1022 let collection = Dispatched::dispatch(<pallet_common::CollectionHandle<Runtime>>::new($collection).unwrap_or_default());1023 let dispatch = collection.as_dyn();1023 let dispatch = collection.as_dyn();102410241025 dispatch.$method($($name),*)1025 dispatch.$method($($name),*)