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
}
s.log.Infof("Waiting for either htlc on-chain confirmation or " +
" off-chain payment failure")
"off-chain payment failure")
loop:
for {
select {