doc: remove unrelated `bitcoin-wallet` binary from `libbitcoin_ipc` description
What changed, and why it matters
This commit is a documentation-only correction. It removes an incorrect mention of the bitcoin-wallet tool from a design document that describes which programs use the inter-process communication (IPC) library. There is no code change and no security impact.
No action required. This is a benign documentation fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change edits doc/design/libraries.md to remove ‘bitcoin-wallet’ from the list of executables said to use libbitcoin_ipc. The commit message explains bitcoin-wallet is an offline wallet inspection tool unrelated to IPC/multiprocess. No source code, build system, or runtime behavior is modified.
Changed components
doc/design/libraries.mdInspect captured patch +1 / −1
diff --git a/doc/design/libraries.md b/doc/design/libraries.md
index 102b9278..b20c8036 100644
--- a/doc/design/libraries.md
+++ b/doc/design/libraries.md
@@ -8,7 +8,7 @@
| *libbitcoin_crypto* | Hardware-optimized functions for data encryption, hashing, message authentication, and key derivation. |
| *libbitcoin_kernel* | Consensus engine and support library used for validation by *libbitcoin_node*. |
| *libbitcoinqt* | GUI functionality used by *bitcoin-qt* and *bitcoin-gui* executables. |
-| *libbitcoin_ipc* | IPC functionality used by *bitcoin-node*, *bitcoin-wallet*, *bitcoin-gui* executables to communicate when [`-DENABLE_IPC=ON`](multiprocess.md) is used. |
+| *libbitcoin_ipc* | IPC functionality used by *bitcoin-node* and *bitcoin-gui* executables to communicate when [`-DENABLE_IPC=ON`](multiprocess.md) is used. |
| *libbitcoin_node* | P2P and RPC server functionality used by *bitcoind* and *bitcoin-qt* executables. |
| *libbitcoin_util* | Home for common functionality shared by different executables and libraries. Similar to *libbitcoin_common*, but lower-level (see [Dependencies](#dependencies)). |
| *libbitcoin_wallet* | Wallet functionality used by *bitcoind* and *bitcoin-wallet* executables. |
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.