Skip to content

Commit b64a2e2

Browse files
authored
Fix a nit in the recovery tests
1 parent e028aa3 commit b64a2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/recovery/tests_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ void test_ecdsa_recovery_edge_cases(void) {
215215
};
216216
const unsigned char sig64[64] = {
217217
/* Generated by signing the above message with nonce 'This is the nonce we will use...'
218-
* and secret key 0 (which is not valid), resulting in recid 0. */
218+
* and secret key 0 (which is not valid), resulting in recid 1. */
219219
0x67, 0xCB, 0x28, 0x5F, 0x9C, 0xD1, 0x94, 0xE8,
220220
0x40, 0xD6, 0x29, 0x39, 0x7A, 0xF5, 0x56, 0x96,
221221
0x62, 0xFD, 0xE4, 0x46, 0x49, 0x99, 0x59, 0x63,

0 commit comments

Comments
 (0)