diff --git a/app/src/commands/enclave.rs b/app/src/commands/enclave.rs index 8e92969b..d032d729 100644 --- a/app/src/commands/enclave.rs +++ b/app/src/commands/enclave.rs @@ -95,10 +95,6 @@ fn run_list_keys, S: CommitStore>( } else { km.all_keys()? }; - if list.is_empty() { - return Err(anyhow!("no enclave keys found")); - } - let mut list_json = Vec::new(); for eki in list { match eki.avr {