diff --git a/src/commands/introducer/add.rs b/src/commands/introducer/add.rs index 113b91b..5f0da8d 100644 --- a/src/commands/introducer/add.rs +++ b/src/commands/introducer/add.rs @@ -45,6 +45,7 @@ pub async fn dispatch(cmd: IntroducerAddCommand, config: HuskConfigContainer) -> .filter_map(|c| c.with_policy(policy, None).ok() ) + .filter(|vc| crypto::can_certify(vc)) .collect(); if let Some(cert) = certs.first() {