diff options
| author | Matt Bogosian <[email protected]> | 2015-01-22 19:54:20 -0800 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-01-31 17:38:28 -0500 |
| commit | 34c61813a401be8f65ebadcc6fe2b82c1a83b28b (patch) | |
| tree | 9822cd5f82cb240f6a82a3a18420caa8d2e4d831 | |
| parent | Suggest --disable-wallet when libdb_cxx headers are missing (diff) | |
| download | discoin-34c61813a401be8f65ebadcc6fe2b82c1a83b28b.tar.xz discoin-34c61813a401be8f65ebadcc6fe2b82c1a83b28b.zip | |
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 3e916a768..02170d13e 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: |