refactor: rename rpc_getorphantxs to rpc_orphans

Generalizes the test to accommodate additional
orphan-related RPCs
This commit is contained in:
tdb3
2024-10-06 15:37:45 -04:00
parent 7824f6b077
commit 56bf302714
2 changed files with 4 additions and 4 deletions

View File

@@ -160,7 +160,7 @@ BASE_SCRIPTS = [
'wallet_importmulti.py --legacy-wallet',
'mempool_limit.py',
'rpc_txoutproof.py',
'rpc_getorphantxs.py',
'rpc_orphans.py',
'wallet_listreceivedby.py --legacy-wallet',
'wallet_listreceivedby.py --descriptors',
'wallet_abandonconflict.py --legacy-wallet',