From ea478beec666dc38729f4927a005875f079fa914 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Sat, 22 Jul 2023 18:10:55 +0000 Subject: [PATCH] musig: change test vector generation code shebang from python to python3 --- contrib/musig2-vectors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/musig2-vectors.py b/contrib/musig2-vectors.py index 8df3870f7..97424419f 100755 --- a/contrib/musig2-vectors.py +++ b/contrib/musig2-vectors.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys import json