gui(installer): disable cosigner keys
This commit is contained in:
parent
d7a183cb8e
commit
9573d80950
@ -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)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user