Skip to content

Commit

Permalink
Update pvkwif2hex.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ELHARAKA committed Oct 31, 2023
1 parent cf803e3 commit 0ea3100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvkwif2hex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Module for converting massive bitcoin private keys from WIF to HEX.
"""

import src.base58 as base58
from src import base58

def wif_to_hex(wif_key):
"""
Expand Down

0 comments on commit 0ea3100

Please sign in to comment.