loopout: don't print htlc address

This commit is contained in:
Slyghtning 2025-11-10 17:46:59 +01:00
parent 16d56f1274
commit 8df357bbc9
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -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)
}