We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
p2p_invalid_block
2 parents b097a68 + 3eb0380 commit 0354206Copy full SHA for 0354206
test/functional/p2p_invalid_block.py
@@ -46,12 +46,10 @@ def run_test(self):
46
47
self.log.info("Create a new block with an anyone-can-spend coinbase")
48
49
- height = 1
50
block = create_block(tip, create_coinbase(height), block_time)
51
block.solve()
52
# Save the coinbase for later
53
block1 = block
54
- tip = block.sha256
55
peer.send_blocks_and_test([block1], node, success=True)
56
57
self.log.info("Mature the block.")
0 commit comments