Skip to content

Commit

Permalink
musig: change test vector generation code shebang from python to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick authored and real-or-random committed Aug 1, 2023
1 parent aa3edea commit 394e09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/musig2-vectors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import json
Expand Down

0 comments on commit 394e09e

Please sign in to comment.