1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00

Fix typos on 17 files.

This commit is contained in:
Alexander Cyon
2024-05-28 19:25:46 +02:00
parent e2f7481a13
commit 1eefea0456
17 changed files with 29 additions and 29 deletions

View File

@@ -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: