Skip to content

Commit bfeae12

Browse files
Merge #255: musig: change test vector generation code shebang from python to python3
ea478be musig: change test vector generation code shebang from python to python3 (Jonas Nick) Pull request description: The linter included in the Bitcoin Core and Elements test framework requires python3. ACKs for top commit: real-or-random: utACK ea478be Tree-SHA512: 0174e9d72529d1aa2c7a0542bc49a21af9163715961fa042da39c9bb857259f4c7e2b9be8e30b77c7b9b420574bd15f76308d807e22bdc590a91d249cca5ae86
2 parents 53bc63f + ea478be commit bfeae12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/musig2-vectors.py

+1-1
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)