Skip to content

Commit

Permalink
musig: mention musig.md in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Jan 2, 2022
1 parent 588009d commit d895b10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/musig.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
**********************************************************************/

/**
* This file demonstrates how to use the MuSig module to create a multisignature.
* Additionally, see the documentation in include/secp256k1_musig.h.
/** This file demonstrates how to use the MuSig module to create a
* 3-of-3 multisignature. Additionally, see the documentation in
* include/secp256k1_musig.h and src/modules/musig/musig.md.
*/

#include <stdio.h>
Expand Down

0 comments on commit d895b10

Please sign in to comment.