Skip to content

Commit

Permalink
WIF to HEX
Browse files Browse the repository at this point in the history
Fixed base58 import
  • Loading branch information
ELHARAKA committed Oct 31, 2023
1 parent 1691a00 commit cf803e3
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.
"""

from src import base58
import src.base58 as base58

def wif_to_hex(wif_key):
"""
Expand Down

0 comments on commit cf803e3

Please sign in to comment.