From d8c0b9f525250565abd5d430a5150e62bf449384 Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Mon, 12 Dec 2016 10:18:11 -0500 Subject: [qa] Add test for rescan feature of wallet key import RPCs Covers importaddress, importpubkey, importprivkey, and importmulti RPCs. --- qa/pull-tester/rpc-tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'qa/pull-tester/rpc-tests.py') diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 736d416e51..be31cbbdd3 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -150,6 +150,7 @@ testScripts = [ 'importprunedfunds.py', 'signmessages.py', 'nulldummy.py', + 'import-rescan.py', ] if ENABLE_ZMQ: testScripts.append('zmq_test.py') -- cgit v1.2.3