Skip to content

Commit 27e1394

Browse files
authored
Merge pull request #1733 from andrewtoth/andrew/fix-formatting
BIP374: Fix link and formatting in reference section
2 parents 75b12ac + 81668ec commit 27e1394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0374.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ This proposal is compatible with all older clients.
115115

116116
== Test Vectors and Reference Code ==
117117

118-
A reference python implementation is included [./bip-0374/reference.py here].
119-
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`.
118+
A reference python implementation is included [https://github.com/bitcoin/bips/blob/master/bip-0374/reference.py here].
119+
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>.
120120

121121
== Footnotes ==
122122

0 commit comments

Comments
 (0)