[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
2 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ BASE_SCRIPTS = [
|
|||
'wallet_labels.py',
|
||||
'p2p_segwit.py',
|
||||
'wallet_dump.py',
|
||||
'rpc_listtransactions.py',
|
||||
'wallet_listtransactions.py',
|
||||
# vv Tests less than 60s vv
|
||||
'p2p_sendheaders.py',
|
||||
'wallet_zapwallettxes.py',
|
||||
|
|
Loading…
Add table
Reference in a new issue