diff options
author | Jon Atack <jon@atack.com> | 2020-06-06 20:34:33 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-06-08 10:38:31 +0200 |
commit | a8507c99da10791aa69ca277128e06753942e976 (patch) | |
tree | 8c3ecdc7f72a45c55f69490a7a99ee8ffedc7f3f /test/functional/test_runner.py | |
parent | 645a8653c895e4fc7717e9e5ac045612b5deaa60 (diff) |
rpc: remove deprecated getaddressinfo `labels: purpose`
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 8712eeca9e..9cb1dee0d9 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -240,7 +240,6 @@ BASE_SCRIPTS = [ 'p2p_permissions.py', 'feature_blocksdir.py', 'feature_config_args.py', - 'rpc_getaddressinfo_labels_purpose_deprecation.py', 'rpc_getdescriptorinfo.py', 'rpc_help.py', 'feature_help.py', |