From b0044e099496e5600f87b22778085b0dd7f2c8d2 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Fri, 6 May 2022 17:33:19 +0200 Subject: [PATCH] loopout: remove double space in log message --- loopout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopout.go b/loopout.go index d348b7b..b14e15a 100644 --- a/loopout.go +++ b/loopout.go @@ -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 {