Skip to content

Move zmq publish operation for tx items to a new ZmqPublishProvider.

Andreas C. Osowski requested to merge alfredch:dev into dev

Created by: alfredch

Previously, the txs stored by API serivce where not published directly but only on arrival of a broadcast echo from a peer node.

Merge request reports