mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-18 19:10:11 +00:00
Fix nulldummy.py test
Github-Pull: #8841 Rebased-From: 46a4774d2bb9cc863e43507212ef989fa10d56d4
This commit is contained in:
parent
31ab2f862a
commit
3e4abb5025
@ -119,6 +119,8 @@ class NULLDUMMYTest(BitcoinTestFramework):
|
||||
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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user