[qa] Add test for rescan feature of wallet key import RPCs

Covers importaddress, importpubkey, importprivkey, and importmulti RPCs.
This commit is contained in:
Russell Yanofsky
2016-12-12 10:18:11 -05:00
parent 76fcd9d503
commit d8c0b9f525
2 changed files with 156 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ testScripts = [
'importprunedfunds.py',
'signmessages.py',
'nulldummy.py',
'import-rescan.py',
]
if ENABLE_ZMQ:
testScripts.append('zmq_test.py')