Correct construction of signature_participants in serai-client tests

Fault identified by akil.
This commit is contained in:
Luke Parker
2024-08-11 22:26:58 -04:00
parent 470b5f7d9e
commit 756db823df

View File

@@ -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()),
),
)