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.
1 parent d41e44c commit aa4b0c2Copy full SHA for aa4b0c2
qa/rpc-tests/sendheaders.py
@@ -389,7 +389,7 @@ def run_test(self):
389
390
# Use getblocks/getdata
391
test_node.send_getblocks(locator = [fork_point])
392
- 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)
393
test_node.get_data(new_block_hashes)
394
test_node.wait_for_block(new_block_hashes[-1])
395
0 commit comments