Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down