mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add note to processor_messages
This commit is contained in:
@@ -28,6 +28,7 @@ pub mod key_gen {
|
|||||||
#[derive(Clone, PartialEq, Eq, Debug, Serialize, Deserialize)]
|
#[derive(Clone, PartialEq, Eq, Debug, Serialize, Deserialize)]
|
||||||
pub enum CoordinatorMessage {
|
pub enum CoordinatorMessage {
|
||||||
// Instructs the Processor to begin the key generation process.
|
// Instructs the Processor to begin the key generation process.
|
||||||
|
// TODO: Should this be moved under Substrate?
|
||||||
GenerateKey { id: KeyGenId, params: ThresholdParams },
|
GenerateKey { id: KeyGenId, params: ThresholdParams },
|
||||||
// Received commitments for the specified key generation protocol.
|
// Received commitments for the specified key generation protocol.
|
||||||
Commitments { id: KeyGenId, commitments: HashMap<Participant, Vec<u8>> },
|
Commitments { id: KeyGenId, commitments: HashMap<Participant, Vec<u8>> },
|
||||||
|
|||||||
Reference in New Issue
Block a user