Skip to content

Commit

Permalink
minor p2p_sendheaders fix of height in coinbase
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Oct 22, 2018
1 parent 5c25409 commit 1cdb9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/p2p_sendheaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def test_nonnull_locators(self, test_node, inv_node):

# Now announce a header that forks the last two blocks
tip = blocks[0].sha256
height -= 1
height -= 2
blocks = []

# Create extra blocks for later
Expand Down

0 comments on commit 1cdb9bb

Please sign in to comment.