You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed in local docker-compose regtest (where TLS isn't exposed)
To reproduce:
Settings → Advanced → Electrum Server → change protocol to TLS while keeping default regtest host/port (60001) → tap Connect.
Actual:
Toast shows ElectrumUpdatedToast and the form claims connected, even though the regtest electrs only exposes TCP; the app also overwrites the saved server with the unusable TLS combo. Subsequent launches keep trying this bad config unless you reset manually.
Expected:
Matching Android behavior: the connection attempt should actually honor the selected protocol, display the error toast when TLS isn’t available, and roll back to the last working TCP config so the node comes back online.