diff options
author | Jon Atack <jon@atack.com> | 2020-01-09 17:11:54 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-01-09 17:29:49 +0100 |
commit | c7654af6f830577a54df12b5d65df93532db0dc2 (patch) | |
tree | 6b994f86bd2865258818782318ffe6d6b7c43a93 /test/functional | |
parent | 6196e930018181301b5972842ae384ea4288ff34 (diff) |
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')
-rwxr-xr-x | test/functional/rpc_getaddressinfo_labels_purpose_deprecation.py | 4 |
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 |