We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2210f commit e28d8f8Copy full SHA for e28d8f8
test/functional/rpc_net.py
@@ -34,7 +34,7 @@ def assert_net_servicesnames(servicesflag, servicenames):
34
`getpeerinfo` and `getnetworkinfo`.
35
36
:param servicesflag: The services as an integer.
37
- :param servicesnames: The list of decoded services names, as strings.
+ :param servicenames: The list of decoded services names, as strings.
38
"""
39
if servicesflag & NODE_NETWORK:
40
assert "NETWORK" in servicenames
0 commit comments