Browse Source

Update cryptoconditions_dice.py

pull/28/head
smk762 5 years ago
committed by GitHub
parent
commit
1b5605f3f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      qa/rpc-tests/cryptoconditions_dice.py

3
qa/rpc-tests/cryptoconditions_dice.py

@ -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')

Loading…
Cancel
Save