doc: mark bitcoin-{node,gui} installed in files.md
What changed, and why it matters
This is a tiny documentation-only change. It removes asterisks from two rows in a markdown table so that the bitcoin-gui and bitcoin-node binaries are no longer marked as 'not installed by default.' There is no code change, no behavior change, and no security relevance.
No action needed; this is a documentation correction with no security implications.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit updates doc/files.md, a documentation file listing files installed by Bitcoin Core. The asterisk convention in that table indicates files not installed by standard builds. Removing the asterisks from libexec/bitcoin-gui and libexec/bitcoin-node simply reflects that these binaries are now installed by default. No source code, build system, or runtime logic is modified.
Changed components
doc/files.mdInspect captured patch +2 / −2
diff --git a/doc/files.md b/doc/files.md
index 5ef1e492..0bf115e1 100644
--- a/doc/files.md
+++ b/doc/files.md
@@ -150,8 +150,8 @@ This table describes the files installed by Bitcoin Core across different platfo
| *lib/pkgconfig/libbitcoinkernel.pc* | Pkg-config metadata for linking to `libbitcoinkernel` |
| *libexec/bench_bitcoin* | Benchmarking tool for measuring node performance |
| *libexec/bitcoin-chainstate* | Tool to validate and connect blocks |
-| *libexec/bitcoin-gui* | IPC-enabled alternative to `bitcoin-qt` |
-| *libexec/bitcoin-node* | IPC-enabled alternative to `bitcoind` |
+| libexec/bitcoin-gui | IPC-enabled alternative to `bitcoin-qt` |
+| libexec/bitcoin-node | IPC-enabled alternative to `bitcoind` |
| libexec/test_bitcoin | Unit test binary |
| *libexec/test_bitcoin-qt* | GUI-specific unit tests |
| share/man/man1/ | Man pages for command-line tools like `bitcoin-cli`, `bitcoind`, and others |
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.