Fixed missing arithmetic import in helper_bitcoin file
This commit is contained in:
parent
8f81c35a6f
commit
0b258be363
|
@ -1,4 +1,5 @@
|
||||||
import hashlib
|
import hashlib
|
||||||
|
from pyelliptic import arithmetic
|
||||||
|
|
||||||
# This function expects that pubkey begin with \x04
|
# This function expects that pubkey begin with \x04
|
||||||
def calculateBitcoinAddressFromPubkey(pubkey):
|
def calculateBitcoinAddressFromPubkey(pubkey):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user