From 06a3aecf06a52ff44370ee20462cc45b25e88d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20B=C3=ADlek?= Date: Sat, 19 Aug 2017 11:26:40 +0200 Subject: [PATCH] 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. --- doc/zmq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zmq.md b/doc/zmq.md index 1019ff665..38c58fb7f 100644 --- a/doc/zmq.md +++ b/doc/zmq.md @@ -72,7 +72,7 @@ For instance: Each PUB notification has a topic and body, where the header corresponds to the notification type. For instance, for the 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). These options can also be provided in bitcoin.conf.