From fa0cc1c5a4a760280afd7942fc3b554d1781eb09 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Thu, 26 Feb 2026 10:48:13 +0100 Subject: [PATCH] test: [doc] Remove outdated comment The curl requirement has long been removed, when windows support was added to the script. Also, the build support has long been dropped, since the project switched from autotools to cmake. --- test/get_previous_releases.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/get_previous_releases.py b/test/get_previous_releases.py index 4984c1b23e3..cab4c6e8721 100755 --- a/test/get_previous_releases.py +++ b/test/get_previous_releases.py @@ -3,10 +3,6 @@ # Copyright (c) 2018-present The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -# -# Download or build previous releases. -# Needs curl and tar to download a release, or the build dependencies when -# building a release. import argparse import contextlib