mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-06 19:09:27 +00:00
Add note to processor_messages
This commit is contained in:
parent
5a499de4ca
commit
7579c71765
1 changed files with 1 additions and 0 deletions
|
@ -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>> },
|
||||
|
|
Loading…
Reference in a new issue