Remove dead service bits code
This commit is contained in:
parent
b05ded1764
commit
fa4bf92be9
3 changed files with 1 additions and 39 deletions
test/functional/test_framework
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue