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:
parent
dee7542b36
commit
b0044e0994
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user