Skip to content

Commit f851add

Browse files
committed
fixup2
1 parent 9ebc4d5 commit f851add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/example_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def run_test(self):
166166
# Use the mininode and blocktools functionality to manually build a block
167167
# Calling the generate() rpc is easier, but this allows us to exactly
168168
# control the blocks and transactions.
169-
block = create_block(self.tip, create_coinbase(height), self.block_time)
169+
block = create_block(self.tip, create_coinbase(height+1), height+1, self.block_time)
170170
block.solve()
171171
block_message = msg_block(block)
172172
# Send message is used to send a P2P message to the node over our P2PInterface

0 commit comments

Comments
 (0)