Publish submitted txs via zmq

This commit is contained in:
j-berman
2022-07-09 15:08:06 -07:00
parent 9750e1fa10
commit 1fc60cac58
10 changed files with 142 additions and 11 deletions

View File

@@ -151,7 +151,7 @@ jobs:
- name: install monero dependencies
run: ${{env.APT_INSTALL_LINUX}}
- name: install Python dependencies
run: pip install requests psutil monotonic
run: pip install requests psutil monotonic zmq
- name: tests
env:
CTEST_OUTPUT_ON_FAILURE: ON