Skip to content

Commit 46c1025

Browse files
authored
Merge pull request #4 from Relative-Strength/patch-1
Update Bitcoin Core version to stop dependency healthcheck warning
2 parents 8e521cd + d9bcbeb commit 46c1025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ interfaces:
104104
- http
105105
dependencies:
106106
bitcoind:
107-
version: ">=0.21.1.2 <29.0.0"
107+
version: ">=0.21.1.2 <31.0.0"
108108
requirement:
109109
type: "opt-out"
110110
how: Use the Bitcoin Core (default)
@@ -116,7 +116,7 @@ dependencies:
116116
type: script
117117
requires-runtime-config: true
118118
bitcoind-testnet:
119-
version: ">=0.21.1.2 <29.0.0"
119+
version: ">=0.21.1.2 <31.0.0"
120120
requirement:
121121
type: "opt-in"
122122
how: Use the Bitcoin Core Testnet4

0 commit comments

Comments
 (0)