-WIP-electrum-btcp/lib/version.py

6 lines
337 B
Python
Raw Normal View History

2013-11-12 13:47:52 -08:00
ELECTRUM_VERSION = "1.9.4" # version of the client package
2013-01-11 01:26:19 -08:00
PROTOCOL_VERSION = '0.6' # protocol version requested
2013-10-26 02:54:11 -07: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
2013-11-17 02:42:10 -08:00
TRANSLATION_ID = 4228 # version of the wiki page