Merge pull request #1038 from hieblmi/remove-htlc

loopout: don't print htlc address
This commit is contained in:
Slyghtning 2025-11-12 09:31:38 +01:00 committed by GitHub
commit eb8c3dddc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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