Skip to content

Commit

Permalink
Merge pull request #1733 from andrewtoth/andrew/fix-formatting
Browse files Browse the repository at this point in the history
BIP374: Fix link and formatting in reference section
  • Loading branch information
murchandamus authored Dec 27, 2024
2 parents 75b12ac + 81668ec commit 27e1394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bip-0374.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ This proposal is compatible with all older clients.

== Test Vectors and Reference Code ==

A reference python implementation is included [./bip-0374/reference.py here].
Test vectors can be generated by running `./bip-0374/gen_test_vectors.py` which will produce a CSV file of random test vectors for both generating and verifying proofs. These can be run against the reference implementation with `./bip-0374/run_test_vectors.py`.
A reference python implementation is included [https://github.com/bitcoin/bips/blob/master/bip-0374/reference.py here].
Test vectors can be generated by running <code>./bip-0374/gen_test_vectors.py</code> which will produce a CSV file of random test vectors for both generating and verifying proofs. These can be run against the reference implementation with <code>./bip-0374/run_test_vectors.py</code>.

== Footnotes ==

Expand Down

0 comments on commit 27e1394

Please sign in to comment.