mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Docs: Hash in ZMQ hash is raw bytes, not hex
Transaction hash cannot be in hexadecimal, that would be 64 bytes. In reality it's just raw bytes.
This commit is contained in:
parent
262167393d
commit
06a3aecf06
@ -72,7 +72,7 @@ For instance:
|
|||||||
Each PUB notification has a topic and body, where the header
|
Each PUB notification has a topic and body, where the header
|
||||||
corresponds to the notification type. For instance, for the
|
corresponds to the notification type. For instance, for the
|
||||||
notification `-zmqpubhashtx` the topic is `hashtx` (no null
|
notification `-zmqpubhashtx` the topic is `hashtx` (no null
|
||||||
terminator) and the body is the hexadecimal transaction hash (32
|
terminator) and the body is the transaction hash (32
|
||||||
bytes).
|
bytes).
|
||||||
|
|
||||||
These options can also be provided in bitcoin.conf.
|
These options can also be provided in bitcoin.conf.
|
||||||
|
Loading…
Reference in New Issue
Block a user