#2092 whitepaper additions (#2093)

This commit is contained in:
/rootzoll 2021-03-22 23:46:58 +01:00 committed by GitHub
parent 459c966a71
commit bdd7bdc23e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@
- New: Build SD card Image with parameters & FatPack [details](https://github.com/rootzoll/raspiblitz/pull/2044)
- New: Lightning Terminal 0.4.1-alpha (Loop, Pool & Faraday UI Bundle) [details](https://github.com/lightninglabs/lightning-terminal#lightning-terminal-lit)
- New: Telegraf metrics (experimental) [details](https://github.com/rootzoll/raspiblitz/issues/1369)
- New: Download whitepaper from blockchain [details](https://github.com/rootzoll/raspiblitz/pull/2017)
- Update: bitcoin-core version 0.21.0-beta [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.0.md)
- Update: LND version 0.12.1-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.12.1-beta)
- Update: RTL 0.10.1 [details](https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.10.1)

View file

@ -27,8 +27,8 @@ if [ "$1" = "menu" ]; then
This service downloads Satoshi's Whitepaper directly from the blockchain.
When enabled, the Whitepaper is downloaded to $DownloadPath$WhitepaperFilename
When disabled, the Whitepaper is deleted from $DownloadPath$WhitepaperFilename
Also, use the command 'whitepaper' from the command line to download the whitepaper directly
" 10 75
Also, use the command 'whitepaper' from the command line to download the whitepaper directly.
" 11 78
exit 0
fi