electrum-bitcoinprivate/lib/version.py

5 lines
281 B
Python
Raw Normal View History

2014-01-23 08:06:47 -08:00
ELECTRUM_VERSION = "2.0" # version of the client package
PROTOCOL_VERSION = '0.9' # protocol version requested
2014-01-29 08:12:08 -08:00
SEED_VERSION = 6 # 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