diff --git a/cmd/loop/loopout.go b/cmd/loop/loopout.go index 37dedd2ef..2831afd02 100644 --- a/cmd/loop/loopout.go +++ b/cmd/loop/loopout.go @@ -342,7 +342,6 @@ func loopOut(ctx context.Context, cmd *cli.Command) error { fmt.Printf("Swap initiated\n") fmt.Printf("ID: %x\n", resp.IdBytes) - fmt.Printf("HTLC address: %v\n", resp.HtlcAddress) // nolint:staticcheck if resp.ServerMessage != "" { fmt.Printf("Server message: %v\n", resp.ServerMessage) }