mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
#2597 update lnd to 0.13.3
This commit is contained in:
parent
c331437853
commit
81eedc635b
@ -13,7 +13,7 @@
|
||||
- New: Allow SphinxApp to connect over Tor
|
||||
- New: Parallel TESTNET & SIGNET services
|
||||
- Update: Bitcoin Core v22.0 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-22.0.md)
|
||||
- Update: LND v0.13.1 [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.13.1-beta)
|
||||
- Update: LND v0.13.3 [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.13.3-beta)
|
||||
- Update: Specter Desktop 1.6.0 [details](https://github.com/cryptoadvance/specter-desktop/blob/master/README.md)
|
||||
- Update: JoinMarket v0.9.2 [details](https://github.com/JoinMarket-Org/joinmarket-clientserver/releases/tag/v0.9.2)
|
||||
- Update: JoininBox v0.6.1 [details](https://github.com/openoms/joininbox/releases/tag/v0.6.1)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
*Build your own Lightning & Bitcoin Fullnode on a RaspberryPi with a nice Display.*
|
||||
|
||||
`Version 1.7.1rc2 with lnd 0.13.1 & c-lightning 0.10.0 and bitcoin 22.0.0`
|
||||
`Version 1.7.1rc2 with lnd 0.13.3 & c-lightning 0.10.0 and bitcoin 22.0.0`
|
||||
|
||||

|
||||
|
||||
|
@ -947,7 +947,7 @@ echo "*** PREPARING LIGHTNING ***"
|
||||
## based on https://stadicus.github.io/RaspiBolt/raspibolt_40_lnd.html#lightning-lnd
|
||||
## see LND releases: https://github.com/lightningnetwork/lnd/releases
|
||||
## !!!! If you change here - make sure to also change interims version in lnd.update.sh !!!
|
||||
lndVersion="0.13.1-beta"
|
||||
lndVersion="0.13.3-beta"
|
||||
|
||||
# olaoluwa
|
||||
PGPauthor="roasbeef"
|
||||
|
@ -1,2 +1,2 @@
|
||||
# RaspiBlitz Version - always [major].[main].[sub] (sub can be a string like '2rc1')
|
||||
codeVersion="1.7.1rc2"
|
||||
codeVersion="1.7.1rc3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user