We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bb403 commit 7dc43eaCopy full SHA for 7dc43ea
test/functional/test_framework/messages.py
@@ -1377,7 +1377,7 @@ def __repr__(self):
1377
# for cases where a user needs tighter control over what is sent over the wire
1378
# note that the user must supply the name of the msgtype, and the data
1379
class msg_generic:
1380
- __slots__ = ("data")
+ __slots__ = ("msgtype", "data")
1381
1382
def __init__(self, msgtype, data=None):
1383
self.msgtype = msgtype
0 commit comments