Fixed missing arithmetic import in helper_bitcoin file

This commit is contained in:
DivineOmega 2013-06-21 12:58:36 +01:00
parent 8f81c35a6f
commit 0b258be363
1 changed files with 1 additions and 0 deletions

View File

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