From b35e1d2471c3d9e0b6cc4b94f4726a7e6ea32206 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Sat, 25 Apr 2020 14:12:58 +0200 Subject: test: add inventory type constant MSG_CMPCT_BLOCK --- test/functional/test_framework/messages.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_framework/messages.py') 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 -- cgit v1.2.3