aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/messages.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-04-25 14:12:58 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-05-07 14:34:55 +0200
commitb35e1d2471c3d9e0b6cc4b94f4726a7e6ea32206 (patch)
tree8f08c7abda5cbd718aae150bd923d84562dc18e4 /test/functional/test_framework/messages.py
parenteeaaa58d2ccc243a7506d34bca47c678867d6dd5 (diff)
downloadbitcoin-b35e1d2471c3d9e0b6cc4b94f4726a7e6ea32206.tar.xz
test: add inventory type constant MSG_CMPCT_BLOCK
Diffstat (limited to 'test/functional/test_framework/messages.py')
-rwxr-xr-xtest/functional/test_framework/messages.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_framework/messages.py b/test/functional/test_framework/messages.py
index 4855f62a8f..f97fb89c27 100755
--- a/test/functional/test_framework/messages.py
+++ b/test/functional/test_framework/messages.py
@@ -54,6 +54,7 @@ NODE_NETWORK_LIMITED = (1 << 10)
MSG_TX = 1
MSG_BLOCK = 2
MSG_FILTERED_BLOCK = 3
+MSG_CMPCT_BLOCK = 4
MSG_WITNESS_FLAG = 1 << 30
MSG_TYPE_MASK = 0xffffffff >> 2