Skip to content

Commit 06a3aec

Browse files
committed
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.
1 parent 2621673 commit 06a3aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For instance:
7272
Each PUB notification has a topic and body, where the header
7373
corresponds to the notification type. For instance, for the
7474
notification `-zmqpubhashtx` the topic is `hashtx` (no null
75-
terminator) and the body is the hexadecimal transaction hash (32
75+
terminator) and the body is the transaction hash (32
7676
bytes).
7777

7878
These options can also be provided in bitcoin.conf.

0 commit comments

Comments
 (0)