doc: add clarifying comment that creating the .bitcoin file is to avoid any mainnet datadir access

This commit is contained in:
kevkevinpal 2025-09-29 14:00:53 -04:00
parent d8fe258cd6
commit d66bf8fbd5
No known key found for this signature in database
GPG Key ID: B4346A15246A925D
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ if [ "$USE_BUSY_BOX" = "true" ]; then
fi fi
# Make sure default datadir does not exist and is never read by creating a dummy file # Make sure default datadir does not exist and is never read by creating a dummy file
# Ensuring that no mainnet datadir access is happening from any of the tests
if [ "$CI_OS_NAME" == "macos" ]; then if [ "$CI_OS_NAME" == "macos" ]; then
echo > "${HOME}/Library/Application Support/Bitcoin" echo > "${HOME}/Library/Application Support/Bitcoin"
else else