diff --git a/lnd/channel.go b/lnd/channel.go index bd06e20..01f538a 100644 --- a/lnd/channel.go +++ b/lnd/channel.go @@ -45,6 +45,9 @@ func (lc *LightningChannel) CreateSignDesc() error { }, HashType: txscript.SigHashAll, InputIndex: 0, + PrevOutputFetcher: txscript.NewCannedPrevOutputFetcher( + fundingPkScript, int64(lc.ChannelState.Capacity), + ), } return nil