Remove unused bits from service flags enum

This commit is contained in:
MarcoFalke
2020-12-08 18:40:08 +01:00
parent 1a9fa4c5ba
commit fa40168ab3
3 changed files with 0 additions and 6 deletions

View File

@@ -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)