From d9bcbeb812a24b7f3c3d645407428af54b65f4de Mon Sep 17 00:00:00 2001 From: Relative-Strength Date: Mon, 22 Sep 2025 21:26:18 +0100 Subject: [PATCH] Update Bitcoin Core version to stop dependency healthcheck warning --- manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 33ed3a6..b583ed5 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -104,7 +104,7 @@ interfaces: - http dependencies: bitcoind: - version: ">=0.21.1.2 <29.0.0" + version: ">=0.21.1.2 <31.0.0" requirement: type: "opt-out" how: Use the Bitcoin Core (default) @@ -116,7 +116,7 @@ dependencies: type: script requires-runtime-config: true bitcoind-testnet: - version: ">=0.21.1.2 <29.0.0" + version: ">=0.21.1.2 <31.0.0" requirement: type: "opt-in" how: Use the Bitcoin Core Testnet4