Merge b52a6c0cf9 into merged_master (Bitcoin PR bitcoin/bitcoin#26873)

This commit is contained in:
Byron Hambly 2025-04-03 11:24:33 +02:00
commit 443473a53e

View file

@ -72,7 +72,7 @@ There is an included test suite that is useful for testing code changes when dev
To run the test suite (recommended), you will need to have Python 3 installed:
```bash
pkg install python3
pkg install python3 databases/py-sqlite3
```
---