Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ELHARAKA committed May 2, 2024
1 parent 77d3ee7 commit 63f32a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Common function used in both compressed and uncompressed files.
Common function used in compressed & uncompressed WIF.
"""

def process_file(file_path, conversion_function):
Expand Down
2 changes: 1 addition & 1 deletion src/conversion_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Module for converting a hexadecimal private key WIF.
Module for converting batch bitcoin hexadecimal private key WIF.
"""

import binascii
Expand Down

0 comments on commit 63f32a2

Please sign in to comment.