contrib: make gen_key_io_test_vectors deterministic

Also, remove instructions which are redundant with the README
This commit is contained in:
MarcoFalke
2021-02-23 16:41:43 +01:00
parent ce33194ea0
commit fafb4796d3
2 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
Utilities to generate test vectors for the data-driven Bitcoin tests.
Usage:
To use inside a scripted-diff (or just execute directly):
./gen_key_io_test_vectors.py valid 70 > ../../src/test/data/key_io_valid.json
./gen_key_io_test_vectors.py invalid 70 > ../../src/test/data/key_io_invalid.json