Files
pallectrum/lib/version.py

6 lines
282 B
Python
Raw Normal View History

ELECTRUM_VERSION = "1.9.6" # version of the client package
2013-01-11 10:26:19 +01:00
PROTOCOL_VERSION = '0.6' # protocol version requested
SEED_VERSION = 4 # bump this every time the seed generation is modified
2013-10-31 09:32:22 +01:00
SEED_PREFIX = '01' # the hash of the mnemonic seed must begin with this
2013-11-22 13:45:40 +01:00