Update LND manifest sig

This commit is contained in:
Taylor Helsper 2022-10-09 23:01:14 -05:00
parent 160ff3332a
commit dcd7eb34e7

View File

@ -26,7 +26,7 @@ LND_VERSION=$(get_app_version "$LND_VERSION" "lnd")
LND_VERSION_FILE=/home/bitcoin/.mynode/lnd_version
LND_LATEST_VERSION_FILE=/home/bitcoin/.mynode/lnd_version_latest
LND_UPGRADE_MANIFEST_URL=https://github.com/lightningnetwork/lnd/releases/download/$LND_VERSION/manifest-$LND_VERSION.txt
LND_UPGRADE_MANIFEST_SIG_URL=https://github.com/lightningnetwork/lnd/releases/download/$LND_VERSION/manifest-guggero-$LND_VERSION.sig
LND_UPGRADE_MANIFEST_SIG_URL=https://github.com/lightningnetwork/lnd/releases/download/$LND_VERSION/manifest-roasbeef-$LND_VERSION.sig
LOOP_VERSION="v0.20.1-beta"
LOOP_VERSION=$(get_app_version "$LOOP_VERSION" "loop")