Skip to content

Commit ea478be

Browse files
committed
musig: change test vector generation code shebang from python to python3
1 parent 53bc63f commit ea478be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/musig2-vectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
import sys
44
import json

0 commit comments

Comments
 (0)