You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/node_network_limited.py
+25-31Lines changed: 25 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
# Copyright (c) 2017 The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
+
"""Tests NODE_NETWORK_LIMITED.
6
+
7
+
Tests that a node configured with -prune=550 signals NODE_NETWORK_LIMITED correctly
8
+
and that it responds to getdata requests for blocks correctly:
9
+
- send a block within 288 + 2 of the tip
10
+
- disconnect peers who request blocks older than that."""
0 commit comments