We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234bd48 commit d176835Copy full SHA for d176835
tapchannel/aux_sweeper.go
@@ -843,6 +843,7 @@ func localHtlcTimeoutSweepDesc(req lnwallet.ResolutionReq,
843
}
844
845
// Now that we have the script tree, we'll make the control block needed
846
+ // to spend it, but taking the timeout path.
847
ctrlBlock, err := htlcScriptTree.CtrlBlockForPath(
848
input.ScriptPathTimeout,
849
)
@@ -991,7 +992,6 @@ func localHtlcSucessSweepDesc(req lnwallet.ResolutionReq,
991
992
scriptTree: htlcScriptTree,
993
ctrlBlockBytes: ctrlBlockBytes,
994
relativeDelay: lfn.Some(uint64(req.CsvDelay)),
- absoluteDelay: lfn.Some(uint64(htlcExpiry)),
995
auxSigInfo: req.AuxSigDesc,
996
secondLevelSigIndex: sigIndex,
997
},
0 commit comments