2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-17 21:25:56 +00:00

loopout: remove double space in log message

This commit is contained in:
Carsten Otto 2022-05-06 17:33:19 +02:00
parent dee7542b36
commit b0044e0994

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 {