mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Handle Canonical, NewSet from serai-coordinator-substrate
This commit is contained in:
@@ -24,7 +24,7 @@ pub mod key_gen {
|
||||
pub enum CoordinatorMessage {
|
||||
/// Instructs the Processor to begin the key generation process.
|
||||
///
|
||||
/// This is sent by the Coordinator when it creates the Tributary (TODO).
|
||||
/// This is sent by the Coordinator when it creates the Tributary.
|
||||
GenerateKey { session: Session, threshold: u16, evrf_public_keys: Vec<([u8; 32], Vec<u8>)> },
|
||||
/// Received participations for the specified key generation protocol.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user