From 507e23eec475550f7e49d6155273257b81669c9d Mon Sep 17 00:00:00 2001 From: Daira Emma Hopwood Date: Mon, 27 Mar 2023 11:51:16 +0100 Subject: [PATCH] Repair show_help RPC test. This was broken by a combination of several PRs that were apparently merged with tests not passing (at least #6425 and #6479), due to a CI fault. Signed-off-by: Daira Emma Hopwood --- qa/rpc-tests/show_help.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/rpc-tests/show_help.py b/qa/rpc-tests/show_help.py index a51a5f41d..47f27c1ce 100755 --- a/qa/rpc-tests/show_help.py +++ b/qa/rpc-tests/show_help.py @@ -40,10 +40,10 @@ Options: -allowdeprecated= Explicitly allow the use of the specified deprecated feature. Multiple instances of this parameter are permitted; values for must be - selected from among {"none", "gbt_oldhashes", "addrtype", + selected from among {"none", "deprecationinfo_deprecationheight", + "gbt_oldhashes", "z_getbalance", "z_gettotalbalance", "addrtype", "getnewaddress", "getrawchangeaddress", "legacy_privacy", - "wallettxvjoinsplit", "z_getbalance", "z_getnewaddress", - "z_gettotalbalance", "z_listaddresses"} + "wallettxvjoinsplit", "z_getnewaddress", "z_listaddresses"} -blocknotify= Execute command when the best block changes (%s in cmd is replaced by