diff options
author | Jon Atack <jon@atack.com> | 2020-06-06 20:30:50 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-06-08 10:38:29 +0200 |
commit | 645a8653c895e4fc7717e9e5ac045612b5deaa60 (patch) | |
tree | 65eceafae4a51cd19e9eeb6ef2828dd211e6f35f /test/functional/test_runner.py | |
parent | b1b173994406158e5faa3c83b113da9d971ac104 (diff) |
rpc: remove deprecated getaddressinfo `label` field
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 0ea65c68b8..8712eeca9e 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -241,7 +241,6 @@ BASE_SCRIPTS = [ 'feature_blocksdir.py', 'feature_config_args.py', 'rpc_getaddressinfo_labels_purpose_deprecation.py', - 'rpc_getaddressinfo_label_deprecation.py', 'rpc_getdescriptorinfo.py', 'rpc_help.py', 'feature_help.py', |