aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@users.noreply.github.com>2019-09-30 12:15:18 +1000
committerJohn Bampton <jbampton@users.noreply.github.com>2019-09-30 12:15:18 +1000
commite28d8f893656a5b60dd9c0ec11a88611a56d2ab4 (patch)
tree41f422495b2f9aea517f55c24231c9d78389a1fd /test/functional
parent6b2210f1016c9ed96ce470e588e4cb12fa36a900 (diff)
downloadbitcoin-e28d8f893656a5b60dd9c0ec11a88611a56d2ab4.tar.xz
Correct docstring param name.
Diffstat (limited to 'test/functional')
-rwxr-xr-xtest/functional/rpc_net.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_net.py b/test/functional/rpc_net.py
index e24bf3111b..b275b60122 100755
--- a/test/functional/rpc_net.py
+++ b/test/functional/rpc_net.py
@@ -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