mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-14 15:09:23 +00:00
Correct construction of signature_participants in serai-client tests
Fault identified by akil.
This commit is contained in:
@@ -70,7 +70,7 @@ pub async fn set_keys(
|
||||
&SeraiValidatorSets::set_keys(
|
||||
set.network,
|
||||
key_pair.clone(),
|
||||
vec![1; musig_keys.len()].try_into().unwrap(),
|
||||
bitvec::bitvec!(u8, bitvec::prelude::Lsb0; 1; musig_keys.len()),
|
||||
Signature(sig.to_bytes()),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user