mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-09 19:13:28 +02:00
tests: add a test for the 'servicesnames' RPC field
In getpeerinfo and getnetworkinfo
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user