From 8df357bbc96719f302acc0177d4cf773b2ed8260 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Mon, 10 Nov 2025 17:46:59 +0100 Subject: [PATCH] loopout: don't print htlc address --- cmd/loop/loopout.go | 1 - 1 file changed, 1 deletion(-) 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) }