5 lines
249 B
Python
5 lines
249 B
Python
ELECTRUM_VERSION = "1.6.0" # 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 = 34514 # version of the wiki page
|