We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce31d0a + 2fbb400 commit 1df4918Copy full SHA for 1df4918
1 file changed
bitcoin/messages.py
@@ -102,7 +102,7 @@ def stream_deserialize(cls, f, protover=PROTO_VERSION):
102
# print("Going to deserialize '%s'" % msg)
103
return cls.msg_deser(_BytesIO(msg))
104
else:
105
- print("Command '%s' not in messagemap" % str(command, 'ascii'))
+ print("Command '%s' not in messagemap" % repr(command))
106
return None
107
108
def stream_serialize(self, f):
0 commit comments