diff options
Diffstat (limited to 'bip-0352')
-rwxr-xr-x | bip-0352/reference.py | 2 |
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: |