From 4df2a5d1d0e932c8e24e0cd57c4d29f9017be95c Mon Sep 17 00:00:00 2001 From: moonsettler Date: Tue, 26 Nov 2024 19:58:03 +0100 Subject: [PATCH] Reference BIP-348 --- bip-PC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bip-PC.md b/bip-PC.md index 18450338b1..f9ae1444cb 100644 --- a/bip-PC.md +++ b/bip-PC.md @@ -186,7 +186,7 @@ This document is licensed under the 3-clause BSD license. 2. LN-Symmetry: [eltoo] 3. OP_CAT: [BIP-347], [BIN-2024-0001] 4. OP_CHECKTEMPLATEVERIFY: [BIP-119] -5. OP_CHECKSIGFROMSTACK: [BIN-2024-0003] +5. OP_CHECKSIGFROMSTACK: [BIP-348], [BIN-2024-0003] 6. OP_INTERNALKEY: [BIP-349], [BIN-2024-0004] 7. Tagged hash: [BIP-340] @@ -195,6 +195,7 @@ This document is licensed under the 3-clause BSD license. [BIP-119]: https://github.com/bitcoin/bips/tree/master/bip-0119.mediawiki [BIP-340]: https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki [BIP-347]: https://github.com/bitcoin/bips/blob/master/bip-0347.mediawiki +[BIP-348]: https://github.com/bitcoin/bips/pull/1535 [BIP-349]: https://github.com/bitcoin/bips/blob/master/bip-0349.mediawiki [BIN-2024-0001]: https://github.com/bitcoin-inquisition/binana/blob/master/2024/BIN-2024-0001.md [BIN-2024-0003]: https://github.com/bitcoin-inquisition/binana/blob/master/2024/BIN-2024-0003.md