diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-09-23 22:10:03 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-09-23 22:10:03 -0500 |
commit | 298c9a357f6e57eccf28db1f3e734eb6da080d9a (patch) | |
tree | cece5d9e4c744a8c115c255b89cc3ff0c4d9b0ef /docs/ZMQ.md | |
parent | Merge pull request #7890 (diff) | |
parent | RPC and ZeroMQ APIs to support p2pool (diff) | |
download | monero-298c9a357f6e57eccf28db1f3e734eb6da080d9a.tar.xz |
Merge pull request #7891
dfee15e RPC and ZeroMQ APIs to support p2pool (SChernykh)
Diffstat (limited to 'docs/ZMQ.md')
-rw-r--r-- | docs/ZMQ.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ZMQ.md b/docs/ZMQ.md index 9128ff2ad..a7006f486 100644 --- a/docs/ZMQ.md +++ b/docs/ZMQ.md @@ -25,6 +25,8 @@ allows for filtering on: (1) format, (2) context, and (3) event. Includes previously unseen transactions in a block but _not_ the `miner_tx`. Does not "re-publish" after a reorg. Includes `do_not_relay` transactions. + * `miner_data` - provides the necessary data to create a custom block template + Available only in the `full` context. The subscription topics are formatted as `format-context-event`, with prefix matching supported by both Monero and ZMQ. The `format`, `context` and `event` |