summaryrefslogtreecommitdiff
path: root/bip-0352/reference.py
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0352/reference.py')
-rwxr-xr-xbip-0352/reference.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0352/reference.py b/bip-0352/reference.py
index c98dac8..9f43695 100755
--- a/bip-0352/reference.py
+++ b/bip-0352/reference.py
@@ -221,7 +221,7 @@ if __name__ == "__main__":
)
for input in given["vin"]
]
- # Conver the tuples to lists so they can be easily compared to the json list of lists from the given test vectors
+ # Convert the tuples to lists so they can be easily compared to the json list of lists from the given test vectors
input_priv_keys = []
input_pub_keys = []
for vin in vins: