We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9917e commit 612be48Copy full SHA for 612be48
contrib/zmq/zmq_sub.py
@@ -34,7 +34,7 @@
34
print('- HASH BLOCK ('+sequence+') -')
35
print(binascii.hexlify(body).decode("utf-8"))
36
elif topic == "hashtx":
37
- print ('- HASH TX ('+sequence+') -')
+ print('- HASH TX ('+sequence+') -')
38
39
elif topic == "hashtxlock":
40
print('- HASH TX LOCK ('+sequence+') -')
0 commit comments