mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
Update BOS to 17.9.1 (#4501)
This commit is contained in:
parent
151ba3e15e
commit
b7a8731e9c
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
- Update: LNbits 0.11.3 [details](https://github.com/lnbits/lnbits/releases/tag/0.11.3)
|
||||
- Update: Circuitbreaker v0.5.1 [details](https://github.com/lightningequipment/circuitbreaker/blob/master/README.md)
|
||||
- Update: LNDg v1.8.0 [details](https://github.com/cryptosharks131/lndg/releases/tag/v1.8.0)
|
||||
- Update: Balance of Satoshis v17.9.1 [details](https://www.npmjs.com/package/balanceofsatoshis/v/17.9.1)
|
||||
- Experimental: LNDK (runs on top of LND to help forward onion messages (BOLT 12)) [details](https://github.com/lndk-org/lndk)
|
||||
- Fix: PyBlock 2.2.3 [details](https://github.com/curly60e/pyblock/blob/master/README.md)
|
||||
- Refactor: Wifi config with file on sd card
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L85
|
||||
# https://www.npmjs.com/package/balanceofsatoshis
|
||||
|
||||
BOSVERSION="15.11.0"
|
||||
BOSVERSION="17.9.1"
|
||||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue