diff options
author | Jon Layton <me@jonl.io> | 2019-09-07 23:52:45 -0400 |
---|---|---|
committer | Jon Layton <me@jonl.io> | 2019-09-17 03:21:22 -0400 |
commit | 6aab7649d30b19d136a27f1287fd2c8b00fb460c (patch) | |
tree | 7f14c9665c34f0f3b51f22f61ab4742b01bfc115 /contrib/testgen/README.md | |
parent | 92f35acb3ba045fc9844fed9ea9eedf66e5d2c24 (diff) |
doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4
Diffstat (limited to 'contrib/testgen/README.md')
-rw-r--r-- | contrib/testgen/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/testgen/README.md b/contrib/testgen/README.md index 580ed541cf..573a71a675 100644 --- a/contrib/testgen/README.md +++ b/contrib/testgen/README.md @@ -2,7 +2,7 @@ Utilities to generate test vectors for the data-driven Bitcoin tests. -Usage: +Usage: PYTHONPATH=../../test/functional/test_framework ./gen_key_io_test_vectors.py valid 50 > ../../src/test/data/key_io_keys_valid.json PYTHONPATH=../../test/functional/test_framework ./gen_key_io_test_vectors.py invalid 50 > ../../src/test/data/key_io_keys_invalid.json |