summaryrefslogtreecommitdiff
path: root/bip-0352
diff options
context:
space:
mode:
authorAlexander Cyon <alex.cyon@gmail.com>2024-05-28 19:25:46 +0200
committerAlexander Cyon <alex.cyon@gmail.com>2024-05-28 19:25:46 +0200
commit1eefea0456d661b4c51f3a40b7262d6a99161edd (patch)
tree4f84740d22e4220a8c0488e1932d6ee8b3841547 /bip-0352
parente2f7481a132e1c5863f5ffcbff009964d7c2af20 (diff)
downloadbips-1eefea0456d661b4c51f3a40b7262d6a99161edd.tar.xz
Fix typos on 17 files.
Diffstat (limited to 'bip-0352')
-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: