mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-25 21:39:05 +01:00
test: add inventory type constant MSG_CMPCT_BLOCK
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user