From 1617998925deab0f4c4c0684688dbbb3ab599031 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 26 Nov 2018 18:15:37 +0100 Subject: [PATCH] Add ac_private test to suite --- qa/pull-tester/rpc-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 43b46da5b..bc83f9880 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -11,6 +11,7 @@ export BITCOIND=${REAL_BITCOIND} #Run the tests testScripts=( + 'ac_private.py' 'verushash.py' 'cryptoconditions.py' 'paymentdisclosure.py'