redesign sshsigchain authority protocol
This commit is contained in:
parent
73500e1944
commit
492a37c020
5 changed files with 1542 additions and 867 deletions
|
|
@ -746,10 +746,11 @@ pub enum ControlResponse {
|
|||
chain_id: String,
|
||||
records: usize,
|
||||
head: String,
|
||||
active_admin_keys: usize,
|
||||
users: usize,
|
||||
active_keys: usize,
|
||||
devices: usize,
|
||||
nodes: usize,
|
||||
disclosed_profiles: usize,
|
||||
incomplete_profiles: usize,
|
||||
anchor_threshold: u16,
|
||||
note: String,
|
||||
},
|
||||
KeychainExplained {
|
||||
|
|
|
|||
Loading…
Reference in a new issue