Files
pallectrum/lib/version.py

6 lines
310 B
Python
Raw Normal View History

2014-02-27 10:21:41 +01:00
ELECTRUM_VERSION = "1.9.8" # version of the client package
2014-01-23 17:06:47 +01:00
PROTOCOL_VERSION = '0.9' # protocol version requested
2014-02-27 10:21:41 +01:00
NEW_SEED_VERSION = 6 # bip32 wallets
OLD_SEED_VERSION = 4 # old electrum deterministic generation
2013-10-31 09:32:22 +01:00
SEED_PREFIX = '01' # the hash of the mnemonic seed must begin with this