summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bip-0341.mediawiki4
-rw-r--r--bip-0342.mediawiki2
2 files changed, 3 insertions, 3 deletions
diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki
index 0f8d32a..a1c45cc 100644
--- a/bip-0341.mediawiki
+++ b/bip-0341.mediawiki
@@ -284,9 +284,7 @@ The reason for this is to increase leaf entropy and prevent an observer from lea
== Test vectors ==
-Examples with creation transaction and spending transaction pairs, valid and invalid.
-
-Examples of preimage for sighashing for each of the sighash modes.
+The test vectors used in the [https://github.com/bitcoin/bitcoin/blob/3820090bd619ac85ab35eff376c03136fe4a9f04/src/test/script_tests.cpp#L1718 Bitcoin Core unit test framework] can be found [https://github.com/bitcoin-core/qa-assets/blob/main/unit_test_data/script_assets_test.json?raw=true here].
== Rationale ==
diff --git a/bip-0342.mediawiki b/bip-0342.mediawiki
index 7e00a2e..fa27598 100644
--- a/bip-0342.mediawiki
+++ b/bip-0342.mediawiki
@@ -135,6 +135,8 @@ In addition to changing the semantics of a number of opcodes, there are also som
==Examples==
+The Taproot ([[bip-0341.mediawiki|BIP341]]) test vectors also contain examples for Tapscript execution.
+
==Acknowledgements==
This document is the result of many discussions and contains contributions by a number of people. The authors wish to thank all those who provided valuable feedback and reviews, including the participants of the [https://github.com/ajtowns/taproot-review structured reviews].