tests: add a test for the 'servicesnames' RPC field

In getpeerinfo and getnetworkinfo
This commit is contained in:
darosior
2019-09-10 22:07:36 +02:00
parent 1985c4efda
commit 07a8f65031
2 changed files with 36 additions and 3 deletions

View File

@@ -43,8 +43,8 @@ COIN = 100000000 # 1 btc in satoshis
BIP125_SEQUENCE_NUMBER = 0xfffffffd # Sequence number that is BIP 125 opt-in and BIP 68-opt-out
NODE_NETWORK = (1 << 0)
# NODE_GETUTXO = (1 << 1)
# NODE_BLOOM = (1 << 2)
NODE_GETUTXO = (1 << 1)
NODE_BLOOM = (1 << 2)
NODE_WITNESS = (1 << 3)
NODE_NETWORK_LIMITED = (1 << 10)