5 lines
249 B
Python
5 lines
249 B
Python
ELECTRUM_VERSION = "1.5.3" # version of the client package
|
|
PROTOCOL_VERSION = '0.6' # protocol version requested
|
|
SEED_VERSION = 4 # bump this everytime the seed generation is modified
|
|
TRANSLATION_ID = 32150 # version of the wiki page
|