mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #1038 from hieblmi/remove-htlc
loopout: don't print htlc address
This commit is contained in:
commit
eb8c3dddc7
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue