What changed, and why it matters
This commit simply removes one server (lavahost.org) from Electrum's built-in list of public servers because it no longer hosts a public Electrum server. There is no code change, no vulnerability fix, and no security issue present in the diff.
No security action needed. This is a benign maintenance update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change deletes a single entry from electrum/chains/mainnet/servers.json. The removed entry was for lavahost.org, which previously advertised an SSL Electrum server on port 50002. The commit message states the host no longer runs a public Electrum instance. This is a routine configuration/maintenance update to the default server list.
Changed components
electrum/chains/mainnet/servers.jsonInspect captured patch +0 / −5
diff --git a/electrum/chains/mainnet/servers.json b/electrum/chains/mainnet/servers.json
index ae0552a..bd0450a 100644
--- a/electrum/chains/mainnet/servers.json
+++ b/electrum/chains/mainnet/servers.json
@@ -366,11 +366,6 @@
"t": "50001",
"version": "1.4.2"
},
- "lavahost.org": {
- "pruning": "-",
- "s": "50002",
- "version": "1.4.2"
- },
"node.degga.net": {
"pruning": "-",
"s": "50002",
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.