We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5dd79 commit 0571d49Copy full SHA for 0571d49
dash/src/sml/quorum_entry/validation.rs
@@ -221,7 +221,7 @@ mod tests {
221
#[test]
222
fn test_verify_secure_with_real_operators() {
223
// Real operator keys for testing verify_secure API
224
- let operator_keys = vec![
+ let operator_keys = [
225
PublicKey::<Bls12381G2Impl>::from_bytes_with_mode(
226
&hex!("86e7ea34cc084da3ed0e90649ad444df0ca25d638164a596b4fbec9567bbcf3e635a8d8457107e7fe76326f3816e34d9"),
227
SerializationFormat::Modern
0 commit comments