aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_getaddressinfo_labels_purpose_deprecation.py
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2020-01-09 17:11:54 +0100
committerJon Atack <jon@atack.com>2020-01-09 17:29:49 +0100
commitc7654af6f830577a54df12b5d65df93532db0dc2 (patch)
tree6b994f86bd2865258818782318ffe6d6b7c43a93 /test/functional/rpc_getaddressinfo_labels_purpose_deprecation.py
parent6196e930018181301b5972842ae384ea4288ff34 (diff)
downloadbitcoin-c7654af6f830577a54df12b5d65df93532db0dc2.tar.xz
doc: address pr17578 review feedback
- https://github.com/bitcoin/bitcoin/pull/17578#discussion_r363975411 - https://github.com/bitcoin/bitcoin/pull/17578#discussion_r363969721 - https://github.com/bitcoin/bitcoin/pull/17578#discussion_r362703553
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