Add RDP to Bitcoin-only Node role

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/17c88629-43c4-438a-9640-7abe3609c82d

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-05 04:03:30 +00:00
committed by GitHub
parent 2b89969a96
commit af31c60be8
2 changed files with 3 additions and 3 deletions

View File

@@ -270,7 +270,7 @@ ROLE_CATEGORIES: dict[str, set[str] | None] = {
ROLE_FEATURES: dict[str, set[str] | None] = {
"server_plus_desktop": None,
"desktop": {"rdp"},
"node": {"bip110", "bitcoin-core", "mempool"},
"node": {"rdp", "bip110", "bitcoin-core", "mempool"},
}
SERVICE_DESCRIPTIONS: dict[str, str] = {