Merge pull request #6502 from bhandras/musig-fix

signer: fix crash in `MuSig2Combine` when the final signature isn't ready
This commit is contained in:
Oliver Gugger
2022-05-06 13:24:27 +02:00
committed by GitHub
3 changed files with 24 additions and 4 deletions

View File

@@ -85,6 +85,8 @@ to Bitcoin nodes that advertise a Tor v3 onion service address.
* [Fixed an edge case where the lnd might be stuck at starting due to channel
arbitrator relying on htlcswitch to be started
first](https://github.com/lightningnetwork/lnd/pull/6214).
* [Fixed crash in MuSig2Combine](https://github.com/lightningnetwork/lnd/pull/6502)
## Neutrino