mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-03 09:28:34 +02:00
htlcswitch: properly set AuxSigBlob
This commit is contained in:
parent
8d5d15904b
commit
53117548de
@ -2141,6 +2141,7 @@ func (l *channelLink) handleUpstreamMsg(msg lnwire.Message) {
|
||||
CommitSig: msg.CommitSig,
|
||||
HtlcSigs: msg.HtlcSigs,
|
||||
PartialSig: msg.PartialSig,
|
||||
AuxSigBlob: msg.ExtraData,
|
||||
})
|
||||
if err != nil {
|
||||
// If we were unable to reconstruct their proposed
|
||||
|
Loading…
x
Reference in New Issue
Block a user