aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_getaddressinfo_labels_purpose_deprecation.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/rpc_getaddressinfo_labels_purpose_deprecation.py')
-rwxr-xr-xtest/functional/rpc_getaddressinfo_labels_purpose_deprecation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/rpc_getaddressinfo_labels_purpose_deprecation.py b/test/functional/rpc_getaddressinfo_labels_purpose_deprecation.py
index 1049440d49..903f5536b9 100755
--- a/test/functional/rpc_getaddressinfo_labels_purpose_deprecation.py
+++ b/test/functional/rpc_getaddressinfo_labels_purpose_deprecation.py
@@ -4,8 +4,8 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""
Test deprecation of RPC getaddressinfo `labels` returning an array
-containing a JSON hash of `name` and purpose` key-value pairs. It now
-returns an array of label names.
+containing a JSON object of `name` and purpose` key-value pairs. It now
+returns an array containing only the label name.
"""
from test_framework.test_framework import BitcoinTestFramework