Update Bitcoin Core v23.0

This commit is contained in:
rootzoll
2022-05-05 13:41:33 +02:00
parent 6726c29737
commit f709f551e2
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
- New: WebUI
- New: BackendAPI
- Update: Bitcoin Core v23.0 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-23.0.md)
- Update: C-lightning v0.11.0.1 [details](https://github.com/ElementsProject/lightning/releases/tag/v0.11.0.1)
## What's new in Version 1.7.2 of RaspiBlitz?

View File

@@ -15,7 +15,7 @@ if [ "$1" = "install" ]; then
# set version (change if update is available)
# https://bitcoincore.org/en/download/
bitcoinVersion="22.0"
bitcoinVersion="23.0"
# needed to check code signing
# https://github.com/laanwj