From 951627d7cb22a3e4ad4975033aad9e8ca4421626 Mon Sep 17 00:00:00 2001 From: Anton Lysakov Date: Thu, 18 Oct 2018 16:17:17 +0700 Subject: [PATCH] this space made tests failing --- 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 e7d3065cc..cb83b7243 100755 --- a/qa/rpc-tests/cryptoconditions.py +++ b/qa/rpc-tests/cryptoconditions.py @@ -602,4 +602,4 @@ class CryptoConditionsTest (BitcoinTestFramework): if __name__ == '__main__': - CryptoConditionsTest ().main () + CryptoConditionsTest ().main()