2013-08-05 17:15:01 +02:00
|
|
|
ELECTRUM_VERSION = "1.9" # version of the client package
|
2013-01-11 10:26:19 +01:00
|
|
|
PROTOCOL_VERSION = '0.6' # protocol version requested
|
2013-10-26 11:54:11 +02:00
|
|
|
SEED_VERSION = 6 # 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-02 12:40:59 +01:00
|
|
|
TRANSLATION_ID = 4141 # version of the wiki page
|