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 34388af commit 99e2d5bCopy full SHA for 99e2d5b
src/modules/schnorrsig/tests_impl.h
@@ -103,7 +103,7 @@ void test_schnorrsig_api(void) {
103
unsigned char sk3[32];
104
unsigned char msg[32];
105
secp256k1_keypair keypairs[3];
106
- secp256k1_keypair invalid_keypair = { 0 };
+ secp256k1_keypair invalid_keypair = {{ 0 }};
107
secp256k1_xonly_pubkey pk[3];
108
secp256k1_xonly_pubkey zero_pk;
109
unsigned char sig[64];
0 commit comments