aboutsummaryrefslogtreecommitdiff
path: root/test/functional/README.md
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-04-13 11:48:02 -0400
committerJohn Newbery <john@johnnewbery.com>2017-04-13 11:48:02 -0400
commit5f4bcf28ef8a1b775b12c9ff06367fd6656e91c3 (patch)
treef1ec57edb06f3552be47583bc4612fab2b645651 /test/functional/README.md
parentb44adf92342ad4f9c343ba29c081a91687932936 (diff)
downloadbitcoin-5f4bcf28ef8a1b775b12c9ff06367fd6656e91c3.tar.xz
[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.
Diffstat (limited to 'test/functional/README.md')
-rw-r--r--test/functional/README.md2
1 files changed, 1 insertions, 1 deletions
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