From 1eefea0456d661b4c51f3a40b7262d6a99161edd Mon Sep 17 00:00:00 2001 From: Alexander Cyon Date: Tue, 28 May 2024 19:25:46 +0200 Subject: Fix typos on 17 files. --- bip-0352/reference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0352') 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: -- cgit v1.2.3