gui(installer): disable cosigner keys

This commit is contained in:
Michael Mallan 2025-03-21 14:34:21 +00:00
parent d7a183cb8e
commit 9573d80950
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB

View File

@ -6,7 +6,7 @@ use crate::{
};
/// Whether to enable cosigner keys on all paths (excluding safety net paths).
const ENABLE_COSIGNER_KEYS: bool = true; // FIXME: Set to false after testing.
const ENABLE_COSIGNER_KEYS: bool = false;
/// The source of a descriptor public key.
#[derive(Debug, Clone, PartialEq, Eq)]