From 247799e1dc3b2ab4556adb7e75a3dfe76028903d Mon Sep 17 00:00:00 2001 From: sedited Date: Mon, 2 Mar 2026 14:58:49 +0100 Subject: [PATCH] doc: Link to the correct kernel tracking issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adf57fc5..e65b90de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # rust-bitcoinkernel `rust-bitcoinkernel` is a wrapper around -[libbitcoinkernel](https://github.com/bitcoin/bitcoin/issues/24303), an experimental C++ +[libbitcoinkernel](https://github.com/bitcoin/bitcoin/issues/27587), an experimental C++ library exposing Bitcoin Core's validation engine. It supports both validation of blocks and transaction outputs as well as reading block data.