Skip to content

Commit

Permalink
Fix nulldummy.py test
Browse files Browse the repository at this point in the history
  • Loading branch information
jl2012 committed Sep 29, 2016
1 parent c841816 commit 46a4774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa/rpc-tests/nulldummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ def tx_submit(self, node, tx, msg = ""):
node.sendrawtransaction(bytes_to_hex_str(tx.serialize_with_witness()), True)
except JSONRPCException as exp:
assert_equal(exp.error["message"], msg)
else:
assert_equal('', msg)
return tx.hash


Expand Down

0 comments on commit 46a4774

Please sign in to comment.