aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/messages.py
diff options
context:
space:
mode:
authorJim Posen <jim.posen@gmail.com>2020-05-04 14:29:00 -0400
committerJohn Newbery <john@johnnewbery.com>2020-05-31 23:01:13 -0400
commitf5c003d3ead182335252558c5c6c9b9ca8968065 (patch)
treedbd8fc908443b5b2f2413ab62e270b54466d06a3 /test/functional/test_framework/messages.py
parent132b30d9c84f2a8053714a438f227b583a89a9ea (diff)
downloadbitcoin-f5c003d3ead182335252558c5c6c9b9ca8968065.tar.xz
[test] Add test for NODE_COMPACT_FILTER.
Test that a node configured to serve compact filters will signal NODE_COMPACT_FILTER service bit.
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 4d1dd4422e..9a6fa66d54 100755
--- a/test/functional/test_framework/messages.py
+++ b/test/functional/test_framework/messages.py
@@ -49,6 +49,7 @@ NODE_NETWORK = (1 << 0)
NODE_GETUTXO = (1 << 1)
NODE_BLOOM = (1 << 2)
NODE_WITNESS = (1 << 3)
+NODE_COMPACT_FILTERS = (1 << 6)
NODE_NETWORK_LIMITED = (1 << 10)
MSG_TX = 1