1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00

BIP 341/342: Add link to Bitcoin Core test vectors

Also remove mention of non-existing examples.
This commit is contained in:
Jonas Nick
2021-04-13 14:52:44 +00:00
parent 1f0b563738
commit 43b5f171dc
2 changed files with 3 additions and 3 deletions

View File

@@ -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 ==