test: add inventory type constant MSG_CMPCT_BLOCK

This commit is contained in:
Sebastian Falbesoner
2020-04-25 14:12:58 +02:00
parent eeaaa58d2c
commit b35e1d2471
2 changed files with 5 additions and 4 deletions

View File

@@ -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