Fixed missing arithmetic import in helper_bitcoin file

master
DivineOmega 10 years ago
parent 8f81c35a6f
commit 0b258be363

@ -1,4 +1,5 @@
import hashlib
from pyelliptic import arithmetic
# This function expects that pubkey begin with \x04
def calculateBitcoinAddressFromPubkey(pubkey):

Loading…
Cancel
Save