Skip to content

Commit

Permalink
When not filtering blocks, getdata sends more in one test
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Nov 30, 2015
1 parent d41e44c commit aa4b0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/rpc-tests/sendheaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def run_test(self):

# Use getblocks/getdata
test_node.send_getblocks(locator = [fork_point])
assert_equal(test_node.check_last_announcement(inv=new_block_hashes[0:-1]), True)
assert_equal(test_node.check_last_announcement(inv=new_block_hashes), True)
test_node.get_data(new_block_hashes)
test_node.wait_for_block(new_block_hashes[-1])

Expand Down

0 comments on commit aa4b0c2

Please sign in to comment.