Merge branch 'develop' into HEAD

This commit is contained in:
Luke Parker
2024-06-19 10:09:18 -04:00
62 changed files with 1091 additions and 622 deletions

View File

@@ -878,7 +878,7 @@ pub mod pallet {
pub fn set_keys(
origin: OriginFor<T>,
network: NetworkId,
removed_participants: Vec<Public>,
removed_participants: BoundedVec<Public, ConstU32<{ MAX_KEY_SHARES_PER_SET / 3 }>>,
key_pair: KeyPair,
signature: Signature,
) -> DispatchResult {