Add importprunedfunds rpc call
This commit is contained in:
parent
3bdc583b3f
commit
7eb702954e
9 changed files with 224 additions and 23 deletions
qa/pull-tester
|
@ -116,6 +116,7 @@ testScripts = [
|
|||
'invalidtxrequest.py',
|
||||
'abandonconflict.py',
|
||||
'p2p-versionbits-warning.py',
|
||||
'importprunedfunds.py',
|
||||
]
|
||||
testScriptsExt = [
|
||||
'bip65-cltv.py',
|
||||
|
@ -127,6 +128,7 @@ testScriptsExt = [
|
|||
'getblocktemplate_proposals.py',
|
||||
'txn_doublespend.py',
|
||||
'txn_clone.py --mineblock',
|
||||
'pruning.py',
|
||||
'forknotify.py',
|
||||
'invalidateblock.py',
|
||||
# 'rpcbind_test.py', #temporary, bug in libevent, see #6655
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue