mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 21:19:24 +00:00
Have the coordinator task publish Batches
This commit is contained in:
@@ -169,7 +169,7 @@ impl<ST: SignableTransaction> Signers<ST> {
|
||||
.push(ThresholdKeys::from(ThresholdCore::<ST::Ciphersuite>::read(&mut buf).unwrap()));
|
||||
}
|
||||
|
||||
// TODO: Batch signer, cosigner, slash report signers
|
||||
// TODO: Cosigner and slash report signers
|
||||
|
||||
let (batch_task, batch_handle) = Task::new();
|
||||
tokio::spawn(
|
||||
|
||||
Reference in New Issue
Block a user