From f4a6c3487a74b159cf2514fd49fed10ed28b4a2c Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Sun, 23 Mar 2025 10:43:15 -0500 Subject: [PATCH] scripts+GitHub: use bitcoind v29.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 913b4458e..4bbe88971 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ defaults: shell: bash env: - BITCOIN_VERSION: "28" + BITCOIN_VERSION: "29" # TRANCHES defines the number of tranches used in the itests. TRANCHES: 16