Add note to processor_messages

This commit is contained in:
Luke Parker 2023-04-17 23:11:44 -04:00
parent 5a499de4ca
commit 7579c71765
No known key found for this signature in database

View file

@ -28,6 +28,7 @@ pub mod key_gen {
#[derive(Clone, PartialEq, Eq, Debug, Serialize, Deserialize)]
pub enum CoordinatorMessage {
// Instructs the Processor to begin the key generation process.
// TODO: Should this be moved under Substrate?
GenerateKey { id: KeyGenId, params: ThresholdParams },
// Received commitments for the specified key generation protocol.
Commitments { id: KeyGenId, commitments: HashMap<Participant, Vec<u8>> },