Skip to content

Commit c95f6f1

Browse files
committed
Merge bitcoin#487: fix tests typo, s/changed/unchanged
0e96cdc fix typo, s/changed/unchanged (Daniel Cousens) Pull request description: Tree-SHA512: 023f04d3743318123977d1c4600d664e2b7578ad973db54b9e65629344be087949540b3450ba467de33d319738304a46aa4caae084cfe387fdf87ed8242ac9ce
2 parents fb46c83 + 0e96cdc commit c95f6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3659,7 +3659,7 @@ void run_eckey_edge_case_test(void) {
36593659
VG_CHECK(&pubkey, sizeof(pubkey));
36603660
CHECK(memcmp(&pubkey, zeros, sizeof(secp256k1_pubkey)) > 0);
36613661
pubkey_negone = pubkey;
3662-
/* Tweak of zero leaves the value changed. */
3662+
/* Tweak of zero leaves the value unchanged. */
36633663
memset(ctmp2, 0, 32);
36643664
CHECK(secp256k1_ec_privkey_tweak_add(ctx, ctmp, ctmp2) == 1);
36653665
CHECK(memcmp(orderc, ctmp, 31) == 0 && ctmp[31] == 0x40);

0 commit comments

Comments
 (0)