--- a/node/rpc/src/lib.rs +++ b/node/rpc/src/lib.rs @@ -173,7 +173,6 @@ }; use uc_rpc::{UniqueApiServer, Unique}; - #[cfg(not(feature = "unique-runtime"))] use uc_rpc::{AppPromotionApiServer, AppPromotion}; #[cfg(feature = "pov-estimate")] @@ -245,7 +244,6 @@ io.merge(Unique::new(client.clone()).into_rpc())?; - #[cfg(not(feature = "unique-runtime"))] io.merge(AppPromotion::new(client.clone()).into_rpc())?; #[cfg(feature = "pov-estimate")]