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 2
2
# Copyright (c) 2014-2024 The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
- """Test the getorphantxs RPC ."""
5
+ """Tests for orphan related RPCs ."""
6
6
7
7
from test_framework .mempool_util import tx_in_orphanage
8
8
from test_framework .messages import msg_tx
15
15
from test_framework .wallet import MiniWallet
16
16
17
17
18
- class GetOrphanTxsTest (BitcoinTestFramework ):
18
+ class OrphanRPCsTest (BitcoinTestFramework ):
19
19
def set_test_params (self ):
20
20
self .num_nodes = 1
21
21
@@ -138,4 +138,4 @@ def test_misc(self):
138
138
139
139
140
140
if __name__ == '__main__' :
141
- GetOrphanTxsTest (__file__ ).main ()
141
+ OrphanRPCsTest (__file__ ).main ()
Original file line number Diff line number Diff line change 160
160
'wallet_importmulti.py --legacy-wallet' ,
161
161
'mempool_limit.py' ,
162
162
'rpc_txoutproof.py' ,
163
- 'rpc_getorphantxs .py' ,
163
+ 'rpc_orphans .py' ,
164
164
'wallet_listreceivedby.py --legacy-wallet' ,
165
165
'wallet_listreceivedby.py --descriptors' ,
166
166
'wallet_abandonconflict.py --legacy-wallet' ,
You can’t perform that action at this time.
0 commit comments