aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-11-08 13:43:28 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-07-11 10:32:25 -0400
commitfa4bf92be9420919c74cdde9a973f7327d01ac88 (patch)
treec6e0a7c1502f19e9807fde78b7e479e9e1b48def /test/functional/test_framework
parentb05ded176466dde1cf06b21834afcc46824eabb3 (diff)
downloadbitcoin-fa4bf92be9420919c74cdde9a973f7327d01ac88.tar.xz
Remove dead service bits code
Diffstat (limited to 'test/functional/test_framework')
-rwxr-xr-xtest/functional/test_framework/messages.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/test_framework/messages.py b/test/functional/test_framework/messages.py
index df8d424d01..af57e61f2f 100755
--- a/test/functional/test_framework/messages.py
+++ b/test/functional/test_framework/messages.py
@@ -42,8 +42,6 @@ NODE_NETWORK = (1 << 0)
# NODE_GETUTXO = (1 << 1)
NODE_BLOOM = (1 << 2)
NODE_WITNESS = (1 << 3)
-NODE_UNSUPPORTED_SERVICE_BIT_5 = (1 << 5)
-NODE_UNSUPPORTED_SERVICE_BIT_7 = (1 << 7)
NODE_NETWORK_LIMITED = (1 << 10)
MSG_TX = 1