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 15df164 commit d409faeCopy full SHA for d409fae
tapchannel/aux_sweeper.go
@@ -810,6 +810,7 @@ func localHtlcTimeoutSweepDesc(req lnwallet.ResolutionReq,
810
}
811
812
// Now that we have the script tree, we'll make the control block needed
813
+ // to spend it, but taking the timeout path.
814
ctrlBlock, err := htlcScriptTree.CtrlBlockForPath(
815
input.ScriptPathTimeout,
816
)
@@ -958,7 +959,6 @@ func localHtlcSucessSweepDesc(req lnwallet.ResolutionReq,
958
959
scriptTree: htlcScriptTree,
960
ctrlBlockBytes: ctrlBlockBytes,
961
relativeDelay: lfn.Some(uint64(req.CsvDelay)),
- absoluteDelay: lfn.Some(uint64(htlcExpiry)),
962
auxSigInfo: req.AuxSigDesc,
963
secondLevelSigIndex: sigIndex,
964
},
0 commit comments