mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Fix 11452
This commit is contained in:
parent
b9e76deb10
commit
682b59a262
@ -109,7 +109,7 @@ class ZMQTest (BitcoinTestFramework):
|
|||||||
|
|
||||||
# Should receive the generated raw block.
|
# Should receive the generated raw block.
|
||||||
block = self.rawblock.receive()
|
block = self.rawblock.receive()
|
||||||
assert_equal(genhashes[x], bytes_to_hex_str(hash256(block[:80])))
|
assert_equal(genhashes[x], dashhash_helper(block[:80]))
|
||||||
|
|
||||||
self.log.info("Wait for tx from second node")
|
self.log.info("Wait for tx from second node")
|
||||||
payment_txid = self.nodes[1].sendtoaddress(self.nodes[0].getnewaddress(), 1.0)
|
payment_txid = self.nodes[1].sendtoaddress(self.nodes[0].getnewaddress(), 1.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user