mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-01 03:01:05 +00:00
test: Add msgtype to msg_generic slots
This commit is contained in:
parent
b3bb4031ab
commit
7dc43ea503
@ -1377,7 +1377,7 @@ class msg_block:
|
||||
# for cases where a user needs tighter control over what is sent over the wire
|
||||
# note that the user must supply the name of the msgtype, and the data
|
||||
class msg_generic:
|
||||
__slots__ = ("data")
|
||||
__slots__ = ("msgtype", "data")
|
||||
|
||||
def __init__(self, msgtype, data=None):
|
||||
self.msgtype = msgtype
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user