1
0

wizard: "terms of use": add version number

follow-up https://github.com/spesmilo/electrum/pull/9794
This commit is contained in:
SomberNight
2025-05-07 13:59:00 +00:00
parent 5300088ef8
commit 151b64da84
5 changed files with 13 additions and 10 deletions

View File

@@ -847,7 +847,7 @@ Warning: setting this to too low will result in lots of payment failures."""),
QR_READER_FLIP_X = ConfigVar('qrreader_flip_x', default=True, type_=bool)
WIZARD_DONT_CREATE_SEGWIT = ConfigVar('nosegwit', default=False, type_=bool)
CONFIG_FORGET_CHANGES = ConfigVar('forget_config', default=False, type_=bool)
TERMS_OF_USE_ACCEPTED = ConfigVar('terms_of_use_accepted', default=False, type_=bool)
TERMS_OF_USE_ACCEPTED = ConfigVar('terms_of_use_accepted', default=0, type_=int)
# connect to remote submarine swap server
SWAPSERVER_URL = ConfigVar('swapserver_url', default='', type_=str)