diff options
| author | Pieter Wuille <[email protected]> | 2015-11-30 13:29:20 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2015-11-30 13:29:20 +0100 |
| commit | aa4b0c26b0a94ca6164c441aae723e118554d214 (patch) | |
| tree | 1e4659e95fa06fff2300dfd0d3cbca4e7c354c56 /qa/rpc-tests/sendheaders.py | |
| parent | Actually only use filterInventoryKnown with MSG_TX inventory messages. (diff) | |
| download | discoin-aa4b0c26b0a94ca6164c441aae723e118554d214.tar.xz discoin-aa4b0c26b0a94ca6164c441aae723e118554d214.zip | |
When not filtering blocks, getdata sends more in one test
Diffstat (limited to 'qa/rpc-tests/sendheaders.py')
| -rwxr-xr-x | qa/rpc-tests/sendheaders.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/sendheaders.py b/qa/rpc-tests/sendheaders.py index d7f429209..63e071805 100755 --- a/qa/rpc-tests/sendheaders.py +++ b/qa/rpc-tests/sendheaders.py @@ -389,7 +389,7 @@ class SendHeadersTest(BitcoinTestFramework): # 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]) |