splitted cryptoconditions tests and made it pass

This commit is contained in:
Anton Lysakov
2018-12-14 23:58:58 +06:00
parent 8584b6d23a
commit 5e182b2056
9 changed files with 18 additions and 28 deletions

View File

@@ -274,7 +274,8 @@ class CryptoconditionsTokenTest(BitcoinTestFramework):
rpc = self.nodes[0]
rpc1 = self.nodes[1]
# utxos from block 1 become mature in block 101
rpc.generate(101)
if not self.options.noshutdown:
rpc.generate(101)
self.sync_all()
rpc.getinfo()
rpc1.getinfo()