Update cryptoconditions_dice.py
This commit is contained in:
@@ -25,11 +25,8 @@ class CryptoconditionsDiceTest(CryptoconditionsTestFramework):
|
||||
assert_greater_than(result, 100000)
|
||||
|
||||
result = rpc.diceaddress()
|
||||
for x in result.keys():
|
||||
print(x+": "+str(result[x]))
|
||||
assert_equal(result['result'], 'success')
|
||||
|
||||
|
||||
for x in result.keys():
|
||||
if x.find('ddress') > 0:
|
||||
assert_equal(result[x][0], 'R')
|
||||
|
||||
Reference in New Issue
Block a user