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.
This commit is contained in:
MarcoFalke 2026-02-26 10:48:13 +01:00
parent 707ad46696
commit fa0cc1c5a4
No known key found for this signature in database

View File

@ -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