lnd: upgrade from 0.15.2 to 0.15.3

extract from upstream release notes:

- bug has been fixed where the responder of a zero-conf channel could forget
about the channel after a hard-coded 2016 blocks
- bug where LND wouldn't send a ChannelUpdate during a channel open has been fixed
- bug has been fixed that caused fee estimation to be incorrect for taproot
inputs when using the SendOutputs call
- bug has been fixed that could cause lnd to underpay for co-op close transaction
when or both of the outputs used a P2TR address

all details are here:
https://github.com/lightningnetwork/lnd/releases/tag/v0.15.3-beta
pull/2/head
alex 2 years ago
parent 0ef2a8ff60
commit eebae4d129
Signed by: x1ddos
GPG Key ID: 540189B756BF5B12

@ -1,6 +1,6 @@
LND_VERSION_DIR_AARCH64=lnd-linux-arm64-v0.15.2-beta
LND_URL_AARCH64=https://github.com/lightningnetwork/lnd/releases/download/v0.15.2-beta/lnd-linux-arm64-v0.15.2-beta.tar.gz
LND_SHA256_AARCH64=e35e81dca504a88d87552d26a06a58ea8515faf629e187e5e5a3dde4cc463cca
LND_VERSION_DIR_AARCH64=lnd-linux-arm64-v0.15.3-beta
LND_URL_AARCH64=https://github.com/lightningnetwork/lnd/releases/download/v0.15.3-beta/lnd-linux-arm64-v0.15.3-beta.tar.gz
LND_SHA256_AARCH64=f2584e3d817e0fa7e1edc99cd224ff34486c51777750482b1a82835c8e415647
LND_HOME=/home/lnd

Loading…
Cancel
Save