From 4f00b499c9392e81ebb9d2d3c95cead6b3736a42 Mon Sep 17 00:00:00 2001 From: sashass1315 Date: Mon, 18 Aug 2025 22:43:37 +0300 Subject: [PATCH] BIP345: fix broken links (#1938) * BIP345: fix broken links --- bip-0345.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0345.mediawiki b/bip-0345.mediawiki index bb292a20..575f3e1d 100644 --- a/bip-0345.mediawiki +++ b/bip-0345.mediawiki @@ -93,7 +93,7 @@ timelocked coins for perpetuity or relying on a trusted third party. [[File:bip-0345/vaults-Basic.png|frame|center]] Vaults in Bitcoin have been discussed formally since 2016 -([http://fc16.ifca.ai/bitcoin/papers/MES16.pdf MES16]) and informally since [https://web.archive.org/web/20160220215151/https://bitcointalk.org/index.php?topic=511881.0 2014]. The value of +([https://crypto.news/app/uploads/2016/08/MES16.pdf MES16]) and informally since [https://web.archive.org/web/20160220215151/https://bitcointalk.org/index.php?topic=511881.0 2014]. The value of having a configurable delay period with recovery capability in light of an unexpected spend has been widely recognized. @@ -393,7 +393,7 @@ unauthorized recovery transaction is limited. == Implementation == -A sample implementation is available on bitcoin-inquisition [https://github.com/jamesob/bitcoin/tree/2023-01-opvault-inq here], with an associated [https://github.com/bitcoin-inquisition/bitcoin/pull/21 pull request]. +A sample implementation is available on bitcoin-inquisition [https://github.com/jamesob/bitcoin/tree/2023-02-opvault-inq here], with an associated [https://github.com/bitcoin-inquisition/bitcoin/pull/21 pull request]. == Applications ==