mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
Correct docstring param name.
This commit is contained in:
parent
6b2210f101
commit
e28d8f8936
@ -34,7 +34,7 @@ def assert_net_servicesnames(servicesflag, servicenames):
|
||||
`getpeerinfo` and `getnetworkinfo`.
|
||||
|
||||
:param servicesflag: The services as an integer.
|
||||
:param servicesnames: The list of decoded services names, as strings.
|
||||
:param servicenames: The list of decoded services names, as strings.
|
||||
"""
|
||||
if servicesflag & NODE_NETWORK:
|
||||
assert "NETWORK" in servicenames
|
||||
|
Loading…
Reference in New Issue
Block a user