mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
[tests] Rename rpc_listtransactions.py to wallet_listtransactions.py
listtransactions is a wallet RPC. The test name should indicate that this is a wallet test.
This commit is contained in:
parent
a28b907f8a
commit
4e671f0353
@ -70,7 +70,7 @@ BASE_SCRIPTS = [
|
|||||||
'wallet_labels.py',
|
'wallet_labels.py',
|
||||||
'p2p_segwit.py',
|
'p2p_segwit.py',
|
||||||
'wallet_dump.py',
|
'wallet_dump.py',
|
||||||
'rpc_listtransactions.py',
|
'wallet_listtransactions.py',
|
||||||
# vv Tests less than 60s vv
|
# vv Tests less than 60s vv
|
||||||
'p2p_sendheaders.py',
|
'p2p_sendheaders.py',
|
||||||
'wallet_zapwallettxes.py',
|
'wallet_zapwallettxes.py',
|
||||||
|
Loading…
Reference in New Issue
Block a user