aboutsummaryrefslogtreecommitdiff
path: root/doc/design/libraries.md
diff options
context:
space:
mode:
authorDaniela Brozzoni <danielabrozzoni@protonmail.com>2024-07-30 16:12:03 +0200
committerDaniela Brozzoni <danielabrozzoni@protonmail.com>2024-07-30 16:12:03 +0200
commitb27ef8ec7f9a06318c7287e8cf245827a0731cc2 (patch)
tree197f325dcbea10a8ef1d6b8d15d1ae94573e41f3 /doc/design/libraries.md
parent4c62f4b53561bce5b2eb8639cdc24d284be537eb (diff)
downloadbitcoin-b27ef8ec7f9a06318c7287e8cf245827a0731cc2.tar.xz
doc: Update issue reference for libbitcoinkernel
The discussion of libbitcoinkernel has moved from #24303 to #27587, this commit updates the documentation accordingly.
Diffstat (limited to 'doc/design/libraries.md')
-rw-r--r--doc/design/libraries.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/libraries.md b/doc/design/libraries.md
index 58a0469eb7..98e28b864c 100644
--- a/doc/design/libraries.md
+++ b/doc/design/libraries.md
@@ -109,5 +109,5 @@ class bitcoin-qt,bitcoind,bitcoin-cli,bitcoin-wallet bold
## Work in progress
-- Validation code is moving from *libbitcoin_node* to *libbitcoin_kernel* as part of [The libbitcoinkernel Project #24303](https://github.com/bitcoin/bitcoin/issues/24303)
+- Validation code is moving from *libbitcoin_node* to *libbitcoin_kernel* as part of [The libbitcoinkernel Project #27587](https://github.com/bitcoin/bitcoin/issues/27587)
- Source code organization is discussed in general in [Library source code organization #15732](https://github.com/bitcoin/bitcoin/issues/15732)