@ -19,10 +19,10 @@
import sys, base64, os, re, hashlib, socket, getpass, copy, operator, ast
from decimal import Decimal
from ecdsa.util import string_to_number, number_to_string
try:
import ecdsa
except:
print "python-ecdsa does not seem to be installed. Try 'sudo easy_install ecdsa'"
sys.exit(1)
@ -1,2 +1,2 @@
ELECTRUM_VERSION = "0.34"
ELECTRUM_VERSION = "0.35"
SEED_VERSION = 4 # bump this everytime the seed generation is modified