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:53:31 -0700 |
commit | 8cc3c9af4dde7a32d675c4297d673dee4a9c2514 (patch) | |
tree | ce08ab68e9425392e8ab869a6f696871beb4a89c /tests/README.md | |
parent | Merge pull request #8435 (diff) | |
download | monero-8cc3c9af4dde7a32d675c4297d673dee4a9c2514.tar.xz |
Publish submitted txs via zmq
Diffstat (limited to 'tests/README.md')
-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: |