difftreelog
fix(unique) enable app-promotion rpc
in: master
1 file changed
node/rpc/src/lib.rsdiffbeforeafterboth173 };173 };174 use uc_rpc::{UniqueApiServer, Unique};174 use uc_rpc::{UniqueApiServer, Unique};175175176 #[cfg(not(feature = "unique-runtime"))]177 use uc_rpc::{AppPromotionApiServer, AppPromotion};176 use uc_rpc::{AppPromotionApiServer, AppPromotion};178177179 #[cfg(feature = "pov-estimate")]178 #[cfg(feature = "pov-estimate")]245244246 io.merge(Unique::new(client.clone()).into_rpc())?;245 io.merge(Unique::new(client.clone()).into_rpc())?;247246248 #[cfg(not(feature = "unique-runtime"))]249 io.merge(AppPromotion::new(client.clone()).into_rpc())?;247 io.merge(AppPromotion::new(client.clone()).into_rpc())?;250248251 #[cfg(feature = "pov-estimate")]249 #[cfg(feature = "pov-estimate")]