difftreelog
fix rmrk_property macro
in: master
1 file changed
pallets/rmrk-core-proxy/src/property.rsdiffbeforeafterboth878788 (Config=$cfg:ty, $key:ident) => {88 (Config=$cfg:ty, $key:ident) => {89 PropertyScope::Rmrk.apply(rmrk_property!(@$cfg, $key)?)89 PropertyScope::Rmrk.apply(rmrk_property!(@$cfg, $key)?)90 .map_err(|_| <Error<T>>::RmrkPropertyIsTooLong)90 .map_err(|_| <$crate::Error<$cfg>>::RmrkPropertyIsTooLong)91 };91 };92}92}9393