diff --git a/nomos-cli/src/api/mempool.rs b/nomos-cli/src/api/mempool.rs index 90f0e6f89..5ecc4e785 100644 --- a/nomos-cli/src/api/mempool.rs +++ b/nomos-cli/src/api/mempool.rs @@ -6,7 +6,7 @@ pub async fn send_certificate(node: &Url, cert: &C) -> Result { } } -#[cfg_attr(feature = "openapi", derive(utoipa::ToSchema))] pub type Voter = [u8; 32]; #[derive(Debug, Clone, Serialize, Deserialize, Eq, Hash, PartialEq)]