[tests] define NODE_NETWORK_LIMITED in test framework
This commit is contained in:
parent
1285312048
commit
dbfe294805
2 changed files with 6 additions and 9 deletions
test/functional/test_framework
|
@ -38,10 +38,11 @@ COIN = 100000000 # 1 btc in satoshis
|
|||
|
||||
NODE_NETWORK = (1 << 0)
|
||||
# NODE_GETUTXO = (1 << 1)
|
||||
# NODE_BLOOM = (1 << 2)
|
||||
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)
|
||||
|
||||
# Serialization/deserialization tools
|
||||
def sha256(s):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue