Skip to content

Commit 8df357b

Browse files
committed
loopout: don't print htlc address
1 parent 16d56f1 commit 8df357b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/loop/loopout.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ func loopOut(ctx context.Context, cmd *cli.Command) error {
342342

343343
fmt.Printf("Swap initiated\n")
344344
fmt.Printf("ID: %x\n", resp.IdBytes)
345-
fmt.Printf("HTLC address: %v\n", resp.HtlcAddress) // nolint:staticcheck
346345
if resp.ServerMessage != "" {
347346
fmt.Printf("Server message: %v\n", resp.ServerMessage)
348347
}

0 commit comments

Comments
 (0)