From de6be280c41094d997d1871c80e3bcb0f1ab0813 Mon Sep 17 00:00:00 2001 From: Anton Lysakov Date: Tue, 28 Aug 2018 17:58:14 +0700 Subject: [PATCH] Deleted test duplicate --- qa/rpc-tests/cryptoconditions.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qa/rpc-tests/cryptoconditions.py b/qa/rpc-tests/cryptoconditions.py index cc88e8fac..fbf149780 100755 --- a/qa/rpc-tests/cryptoconditions.py +++ b/qa/rpc-tests/cryptoconditions.py @@ -224,10 +224,6 @@ class CryptoConditionsTest (BitcoinTestFramework): result = rpc.dicebet(dicename,diceid,"1","11") assert_error(result) - # placing bet with possible payout more than funding - result = rpc.dicebet(dicename,diceid,"500","4") - assert_error(result) - # placing bet with not correct dice name result = rpc.dicebet("nope",diceid,"100","1") assert_error(result)