Skip to content

Commit 0571d49

Browse files
fix: update operator_keys initialization for clarity in tests
1 parent 5e5dd79 commit 0571d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/src/sml/quorum_entry/validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ mod tests {
221221
#[test]
222222
fn test_verify_secure_with_real_operators() {
223223
// Real operator keys for testing verify_secure API
224-
let operator_keys = vec![
224+
let operator_keys = [
225225
PublicKey::<Bls12381G2Impl>::from_bytes_with_mode(
226226
&hex!("86e7ea34cc084da3ed0e90649ad444df0ca25d638164a596b4fbec9567bbcf3e635a8d8457107e7fe76326f3816e34d9"),
227227
SerializationFormat::Modern

0 commit comments

Comments
 (0)