Skip to content

Commit 1e95f23

Browse files
committed
musig: mention musig.md in example
1 parent 179629b commit 1e95f23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/musig.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
55
**********************************************************************/
66

7-
/**
8-
* This file demonstrates how to use the MuSig module to create a multisignature.
9-
* Additionally, see the documentation in include/secp256k1_musig.h.
7+
/** This file demonstrates how to use the MuSig module to create a
8+
* multisignature. Additionally, see the documentation in
9+
* include/secp256k1_musig.h and src/modules/musig/musig.md.
1010
*/
1111

1212
#include <stdio.h>

0 commit comments

Comments
 (0)