Skip to content

Commit 71e4cfe

Browse files
committed
test: p2p: add missing BIP157 message types to MESSAGEMAP
1 parent 225e5b5 commit 71e4cfe

File tree

1 file changed

+6
-0
lines changed
  • test/functional/test_framework

1 file changed

+6
-0
lines changed

test/functional/test_framework/p2p.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
msg_getaddr,
4848
msg_getblocks,
4949
msg_getblocktxn,
50+
msg_getcfcheckpt,
51+
msg_getcfheaders,
52+
msg_getcfilters,
5053
msg_getdata,
5154
msg_getheaders,
5255
msg_headers,
@@ -108,6 +111,9 @@
108111
b"getaddr": msg_getaddr,
109112
b"getblocks": msg_getblocks,
110113
b"getblocktxn": msg_getblocktxn,
114+
b"getcfcheckpt": msg_getcfcheckpt,
115+
b"getcfheaders": msg_getcfheaders,
116+
b"getcfilters": msg_getcfilters,
111117
b"getdata": msg_getdata,
112118
b"getheaders": msg_getheaders,
113119
b"headers": msg_headers,

0 commit comments

Comments
 (0)