difftreelog
fix app promotion rpc feature gate
in: master
1 file changed
node/rpc/src/lib.rsdiffbeforeafterboth176 };176 };177 use uc_rpc::{UniqueApiServer, Unique};177 use uc_rpc::{UniqueApiServer, Unique};178178179 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]179 #[cfg(not(feature = "unique-runtime"))]180 use uc_rpc::{AppPromotionApiServer, AppPromotion};180 use uc_rpc::{AppPromotionApiServer, AppPromotion};181181182 #[cfg(not(feature = "unique-runtime"))]182 #[cfg(not(feature = "unique-runtime"))]238238239 io.merge(Unique::new(client.clone()).into_rpc())?;239 io.merge(Unique::new(client.clone()).into_rpc())?;240240241 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]241 #[cfg(not(feature = "unique-runtime"))]242 io.merge(AppPromotion::new(client.clone()).into_rpc())?;242 io.merge(AppPromotion::new(client.clone()).into_rpc())?;243243244 #[cfg(not(feature = "unique-runtime"))]244 #[cfg(not(feature = "unique-runtime"))]