mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Use a MuSig signature to publish validator set key pairs to Serai
The processor/coordinator flow still has to be rewritten.
This commit is contained in:
@@ -114,7 +114,7 @@ pub mod pallet {
|
||||
// Match to be exhaustive
|
||||
let batch = match call {
|
||||
Call::execute_batch { ref batch } => batch,
|
||||
_ => Err(InvalidTransaction::Call)?,
|
||||
Call::__Ignore(_, _) => unreachable!(),
|
||||
};
|
||||
|
||||
let network = batch.batch.network;
|
||||
|
||||
Reference in New Issue
Block a user