feat(server): two-operator vault requires at least one recovery share
This commit is contained in:
@@ -132,6 +132,7 @@ impl TryConvert for BootstrapRequestPayload {
|
||||
Self::DeclareCommittee(dc) => Ok(
|
||||
vault_gate::Inbound::HandleDeclareCommittee(HandleDeclareCommittee {
|
||||
count: dc.count as usize,
|
||||
recovery_count: dc.recovery_count as usize,
|
||||
}),
|
||||
),
|
||||
Self::ContributePassphrase(cp) => Ok(
|
||||
|
||||
Reference in New Issue
Block a user