We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0e19b commit 4b656e2Copy full SHA for 4b656e2
test/functional/test_framework/messages.py
@@ -1358,7 +1358,7 @@ def __repr__(self):
1358
# for cases where a user needs tighter control over what is sent over the wire
1359
# note that the user must supply the name of the msgtype, and the data
1360
class msg_generic:
1361
- __slots__ = ("data")
+ __slots__ = ("msgtype", "data")
1362
1363
def __init__(self, msgtype, data=None):
1364
self.msgtype = msgtype
0 commit comments