test: use CInv::MSG_WITNESS_TX flag in p2p_segwit

This commit is contained in:
Jon Atack
2020-08-08 13:22:19 +02:00
parent 24ee4f01ea
commit aa3621385e
2 changed files with 3 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ MSG_CMPCT_BLOCK = 4
MSG_WTX = 5
MSG_WITNESS_FLAG = 1 << 30
MSG_TYPE_MASK = 0xffffffff >> 2
MSG_WITNESS_TX = MSG_TX | MSG_WITNESS_FLAG
FILTER_TYPE_BASIC = 0