2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-11 13:11:12 +00:00

Merge pull request #487 from C-Otto/master

This commit is contained in:
András Bánki-Horváth 2022-05-07 16:49:23 +02:00 committed by GitHub
commit 1741896e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -899,7 +899,7 @@ func (s *loopOutSwap) waitForConfirmedHtlc(globalCtx context.Context) (
return nil, nil return nil, nil
} }
s.log.Infof("Waiting for either htlc on-chain confirmation or " + s.log.Infof("Waiting for either htlc on-chain confirmation or " +
" off-chain payment failure") "off-chain payment failure")
loop: loop:
for { for {
select { select {