From 5f4bcf28ef8a1b775b12c9ff06367fd6656e91c3 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Thu, 13 Apr 2017 11:48:02 -0400 Subject: [tests] Remove maxblocksinflight testcase maxblocksinflight tested that a node would not send get_data messages for more than 16 new blocks at the same time. bitcoin core no longer responds to block invs with get_data, since it does headers-first sync'ing. This test was therefore testing nothing and can be removed. the sendheaders test script tests that bitcoin will not send get_headers for more than 16 blocks simultaneously. --- test/functional/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/README.md') diff --git a/test/functional/README.md b/test/functional/README.md index 651b01f18a..e6c4849702 100644 --- a/test/functional/README.md +++ b/test/functional/README.md @@ -59,7 +59,7 @@ thread.) * RPC calls are available in p2p tests. * Can be used to write free-form tests, where specific p2p-protocol behavior -is tested. Examples: ```p2p-accept-block.py```, ```maxblocksinflight.py```. +is tested. Examples: ```p2p-accept-block.py```, ```p2p-compactblocks.py```. ## Comptool -- cgit v1.2.3