1
0

android: remove setting SWAPSERVER_URL in config at startup for android.

This config var should have never been saved to the config file, therefore it is safe to remove
instead of setting to '' to overwrite any existing value.
This commit is contained in:
Sander van Grieken
2025-05-01 09:53:35 +02:00
parent 9ce21173ec
commit b12206482a

View File

@@ -355,7 +355,6 @@ def main():
'cmd': 'gui',
SimpleConfig.GUI_NAME.key(): 'qml',
SimpleConfig.WALLET_USE_SINGLE_PASSWORD.key(): True,
SimpleConfig.SWAPSERVER_URL.key(): 'https://swaps.electrum.org/api',
}
if util.get_android_package_name() == "org.electrum.testnet.electrum":
# ~hack for easier testnet builds. pkgname subject to change.