electrum-bitcoinprivate/lib/version.py

6 lines
282 B
Python
Raw Normal View History

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