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.
2 parents 188e567 + 80fcf19 commit 8062952Copy full SHA for 8062952
loopout.go
@@ -949,16 +949,16 @@ func (s *loopOutSwap) waitForConfirmedHtlc(globalCtx context.Context) (
949
MinLoopOutPreimageRevealDelta
950
951
checkMaxRevealHeightExceeded := func() bool {
952
- s.log.Infof("Checking preimage reveal height %v "+
953
- "exceeded (height %v)",
+ s.log.Infof("Checking if preimage reveal height %v "+
+ "was exceeded (current height is %v)",
954
maxPreimageRevealHeight, s.height)
955
956
if s.height <= maxPreimageRevealHeight {
957
return false
958
}
959
960
s.log.Infof("Max preimage reveal height %v "+
961
+ "exceeded (current height %v)",
962
963
964
s.state = loopdb.StateFailTimeout
0 commit comments