File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# Copyright (c) 2014-2024 The Bitcoin Core developers
33# Distributed under the MIT software license, see the accompanying
44# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5- """Test the getorphantxs RPC ."""
5+ """Tests for orphan related RPCs ."""
66
77from test_framework .mempool_util import tx_in_orphanage
88from test_framework .messages import msg_tx
1515from test_framework .wallet import MiniWallet
1616
1717
18- class GetOrphanTxsTest (BitcoinTestFramework ):
18+ class OrphanRPCsTest (BitcoinTestFramework ):
1919 def set_test_params (self ):
2020 self .num_nodes = 1
2121
@@ -138,4 +138,4 @@ def test_misc(self):
138138
139139
140140if __name__ == '__main__' :
141- GetOrphanTxsTest (__file__ ).main ()
141+ OrphanRPCsTest (__file__ ).main ()
Original file line number Diff line number Diff line change 160160 'wallet_importmulti.py --legacy-wallet' ,
161161 'mempool_limit.py' ,
162162 'rpc_txoutproof.py' ,
163- 'rpc_getorphantxs .py' ,
163+ 'rpc_orphans .py' ,
164164 'wallet_listreceivedby.py --legacy-wallet' ,
165165 'wallet_listreceivedby.py --descriptors' ,
166166 'wallet_abandonconflict.py --legacy-wallet' ,
You can’t perform that action at this time.
0 commit comments