Better errors from diceinfo

This commit is contained in:
Jonathan "Duke" Leto
2018-08-24 17:46:36 +02:00
parent b918152f30
commit d90c7309e6
2 changed files with 5 additions and 2 deletions

View File

@@ -246,6 +246,8 @@ class CryptoConditionsTest (BitcoinTestFramework):
txid = rpc.sendrawtransaction(result['hex'])
assert txid, 'got txid'
result = rpc.rewardscreatefunding("THIS_IS_NOT_VALID777", "7777", "25", "0", "10", "10")
# confirm the above xtn
rpc.generate(1)
result = rpc.rewardsinfo(txid)