diff --git a/to_wif.py b/to_wif.py index 4bfbed7..3048b47 100644 --- a/to_wif.py +++ b/to_wif.py @@ -2,7 +2,6 @@ Module for converting batch bitcoin private keys to WIF (Compressed & Uncompressed). """ -import binascii from src.conversion_utils import convert_hex_to_wif from src.common import process_file @@ -48,7 +47,8 @@ def process_both_conversions(hex_private_key): # Call common.py to process the file with both conversion functions process_file("hex_input.txt", process_both_conversions) -print("Conversion process completed. Check 'compressed_output.txt' and 'uncompressed_output.txt' files for the converted keys.") +print("Conversion process completed. Check 'compressed_output.txt' and " + "'uncompressed_output.txt' files for the converted keys.") print("__________________________________________________") print("Developed by: Fahd El Haraka") print("If this saved you time or helped, donations please for BTC Address:")