git.delta.rocks / unique-network / refs/commits / 864928397aaf

difftreelog

CORE-264

str-mv2021-11-29parent: #30c3834.patch.diff
in: master

1 file changed

modifiedruntime/src/lib.rsdiffbeforeafterboth
993 ($collection:ident.$method:ident($($name:ident),*)) => {{993 ($collection:ident.$method:ident($($name:ident),*)) => {{
994 use pallet_unique::dispatch::Dispatched;994 use pallet_unique::dispatch::Dispatched;
995995
996 let collection = Dispatched::dispatch(<pallet_common::CollectionHandle<Runtime>>::new($collection).unwrap());996 let collection = Dispatched::dispatch(<pallet_common::CollectionHandle<Runtime>>::new($collection).unwrap_or_default());
997 let dispatch = collection.as_dyn();997 let dispatch = collection.as_dyn();
998998
999 dispatch.$method($($name),*)999 dispatch.$method($($name),*)