mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
update chantools 0.9.3
This commit is contained in:
parent
8b1811f1e2
commit
780bc9450a
@ -25,6 +25,7 @@
|
||||
- Update: Thunderhub v0.12.25 [details](https://github.com/apotdevin/thunderhub/releases/tag/v0.12.25)
|
||||
- Update: Pool CLI v0.5.1-alpha [details](https://github.com/lightninglabs/pool/releases/tag/v0.5.1-alpha)
|
||||
- Update: Balance of Satoshis 10.7.8 (BOS) + keep data on reinstall [details](https://github.com/alexbosworth/balanceofsatoshis/blob/master/CHANGELOG.md#version-8010)
|
||||
- Update: Channel Tools (chantools) v0.9.3 [details](https://github.com/guggero/chantools/blob/master/README.md)
|
||||
- Update: Circuitbreaker v0.3.0 [details](https://github.com/lightningequipment/circuitbreaker/blob/master/README.md)
|
||||
- Remove: DropBox Backup (its recommended to change to Nextcloud Backup)
|
||||
|
||||
|
@ -5,7 +5,9 @@
|
||||
# see https://github.com/guggero/chantools/releases
|
||||
|
||||
lndVersion=$(lncli -v | cut -d " " -f 3 | cut -d"." -f2)
|
||||
if [ $lndVersion -eq 12 ]; then
|
||||
if [ $lndVersion -eq 13 ]; then
|
||||
pinnedVersion="0.9.3"
|
||||
elif [ $lndVersion -eq 12 ]; then
|
||||
pinnedVersion="0.8.2"
|
||||
elif [ $lndVersion -eq 11 ]; then
|
||||
pinnedVersion="0.7.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user