Retire deprecated bip110 flake input; collapse Bitcoin node tiles to two

This commit is contained in:
copilot-swe-agent[bot]
2026-06-04 18:52:28 +00:00
committed by GitHub
parent 1dbfe3cd94
commit 875a6a9297
10 changed files with 20 additions and 81 deletions
@@ -242,7 +242,7 @@ async function openServiceDetailModal(unit, name, icon) {
var addonBtnCls = feat.enabled ? "btn btn-close-modal" : "btn btn-primary";
// Section title: use a more specific label for mutually-exclusive Bitcoin node features
var addonSectionTitle = (feat.id === "bip110" || feat.id === "bitcoin-core")
var addonSectionTitle = (feat.id === "bitcoin-core")
? "\u20BF Bitcoin Node Selection"
: "\uD83D\uDD27 Addon Feature";