diff options
author | Matt Bogosian <mtb19@columbia.edu> | 2015-01-22 19:54:20 -0800 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-01-31 17:38:28 -0500 |
commit | 34c61813a401be8f65ebadcc6fe2b82c1a83b28b (patch) | |
tree | 9822cd5f82cb240f6a82a3a18420caa8d2e4d831 | |
parent | faf0af49f57f3b6f7161ecd5ddc80f2a629efc68 (diff) |
Fix README link from util.sh -> util.py.
-rw-r--r-- | qa/rpc-tests/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/README.md b/qa/rpc-tests/README.md index 3e916a7688..02170d13ec 100644 --- a/qa/rpc-tests/README.md +++ b/qa/rpc-tests/README.md @@ -12,7 +12,7 @@ Base class for new regression tests. ### [listtransactions.py](listtransactions.py) Tests for the listtransactions RPC call. -### [util.py](util.sh) +### [util.py](util.py) Generally useful functions. Bash-based tests, to be ported to Python: |