From e28d8f893656a5b60dd9c0ec11a88611a56d2ab4 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 30 Sep 2019 12:15:18 +1000 Subject: Correct docstring param name. --- test/functional/rpc_net.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional') 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 -- cgit v1.2.3