mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
bump version. move ecdsa imports
This commit is contained in:
parent
b7b8a19c74
commit
cf2d457848
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
from ecdsa.util import string_to_number, number_to_string
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue