From e7286a53566c83cf5d796fbc2285732338a500d9 Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Wed, 10 Jul 2024 20:37:40 -0400 Subject: [PATCH] 370: Set reference implementation to Bitcoin Core PR. --- bip-0370.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki index 98f18002..9dc09158 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -497,4 +497,4 @@ The timelock for the following PSBTs cannot be computed: ==Reference implementation== -The reference implementation of the PSBT format is available at https://github.com/achow101/bitcoin/tree/psbt2. +The reference implementation of the PSBT format is available in [https://github.com/bitcoin/bitcoin/pull/21283 Bitcoin Core PR 21283].