diff options
author | j-berman <justinberman@protonmail.com> | 2022-07-09 15:08:06 -0700 |
---|---|---|
committer | j-berman <justinberman@protonmail.com> | 2022-07-21 11:36:00 -0700 |
commit | 1fc60cac588b9bd5ca113cc79a2a9ef900a92232 (patch) | |
tree | d022eb802e38463dc8604bb38ac9dd55f2a50ecb /tests/README.md | |
parent | Merge pull request #8340 (diff) | |
download | monero-1fc60cac588b9bd5ca113cc79a2a9ef900a92232.tar.xz |
Publish submitted txs via zmq
Diffstat (limited to '')
-rw-r--r-- | tests/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md index 908482c99..c63294e9b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -54,7 +54,7 @@ Functional tests are located under the `tests/functional_tests` directory. Building all the tests requires installing the following dependencies: ```bash -pip install requests psutil monotonic +pip install requests psutil monotonic zmq ``` First, run a regtest daemon in the offline mode and with a fixed difficulty: |