diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-12-08 18:40:08 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-12-08 18:36:51 +0100 |
commit | fa40168ab3102b9ad850f967a0e7fa22dbfbd0c6 (patch) | |
tree | e54ab607f0556f4eec7d0f810def050aad6a72f0 /test | |
parent | 1a9fa4c5ba27f5e32b547a77264ca0d4462bd168 (diff) |
Remove unused bits from service flags enum
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/test_framework/messages.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_framework/messages.py b/test/functional/test_framework/messages.py index ff7f73bdf4..bab4ad0008 100755 --- a/test/functional/test_framework/messages.py +++ b/test/functional/test_framework/messages.py @@ -51,7 +51,6 @@ MAX_HEADERS_RESULTS = 2000 # Number of headers sent in one getheaders result MAX_INV_SIZE = 50000 # Maximum number of entries in an 'inv' protocol message NODE_NETWORK = (1 << 0) -NODE_GETUTXO = (1 << 1) NODE_BLOOM = (1 << 2) NODE_WITNESS = (1 << 3) NODE_COMPACT_FILTERS = (1 << 6) |