Skip to content

Commit 337d9a9

Browse files
authored
Merge pull request lightningnetwork#9628 from guggero/bitcoind-29
scripts+GitHub: use bitcoind v29.0
2 parents c25f98f + 121e6c4 commit 337d9a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defaults:
2121
shell: bash
2222

2323
env:
24-
BITCOIN_VERSION: "28"
24+
BITCOIN_VERSION: "29"
2525

2626
# TRANCHES defines the number of tranches used in the itests.
2727
TRANCHES: 16

docs/release-notes/release-notes-0.19.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,10 @@ The underlying functionality between those two options remain the same.
377377
[2](https://github.com/lightningnetwork/lnd/pull/9477)
378378
[3](https://github.com/lightningnetwork/lnd/pull/9478).
379379

380+
* [CI has been updated to build against
381+
`bitcoind 29.0`](https://github.com/lightningnetwork/lnd/pull/9628) to ensure
382+
compatibility.
383+
380384
## Breaking Changes
381385
## Performance Improvements
382386

0 commit comments

Comments
 (0)