From b8245a93971e7a6954cd60113749880641ff5325 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 22 Aug 2018 10:11:05 +0200 Subject: [PATCH] enable cross chain CC stuff in tests --- qa/rpc-tests/cryptoconditions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/rpc-tests/cryptoconditions.py b/qa/rpc-tests/cryptoconditions.py index 4474a8084..3b4700858 100755 --- a/qa/rpc-tests/cryptoconditions.py +++ b/qa/rpc-tests/cryptoconditions.py @@ -43,7 +43,7 @@ class CryptoConditionsTest (BitcoinTestFramework): '-ac_supply=5555555', '-ac_reward=10000000', '-pubkey=' + self.pubkey, - '-ac_cc=1', + '-ac_cc=2', '-whitelist=127.0.0.1', '-debug', '-daemon',