Skip to content

Commit

Permalink
Fix nulldummy.py test
Browse files Browse the repository at this point in the history
Github-Pull: #8841
Rebased-From: 46a4774d2bb9cc863e43507212ef989fa10d56d4
  • Loading branch information
jl2012 authored and MarcoFalke committed Oct 3, 2016
1 parent 31ab2f8 commit 3e4abb5
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 3e4abb5

Please sign in to comment.