htlcswitch: when generating routes in test payload for last hop in absolute timeout
This commit is contained in:
parent
b07e7fb7cc
commit
246164e290
@ -361,9 +361,9 @@ func generateHops(payAmt lnwire.MilliSatoshi, startingHeight uint32,
|
||||
}
|
||||
|
||||
// If this is the last, hop, then the time lock will be their
|
||||
// specified delta policy.
|
||||
timeLock := lastHop.cfg.FwrdingPolicy.TimeLockDelta
|
||||
totalTimelock += timeLock
|
||||
// specified delta policy plus our starting height.
|
||||
totalTimelock += lastHop.cfg.FwrdingPolicy.TimeLockDelta
|
||||
timeLock := totalTimelock
|
||||
|
||||
// Otherwise, the outgoing time lock should be the incoming
|
||||
// timelock minus their specified delta.
|
||||
|
Loading…
Reference in New Issue
Block a user