mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: return missing p2wsh loop out address
This commit is contained in:
parent
59efe375e0
commit
83f25c98a3
1 changed files with 4 additions and 3 deletions
|
|
@ -110,9 +110,10 @@ func (s *swapClientServer) LoopOut(ctx context.Context,
|
|||
}
|
||||
|
||||
return &looprpc.SwapResponse{
|
||||
Id: hash.String(),
|
||||
IdBytes: hash[:],
|
||||
HtlcAddress: htlc.String(),
|
||||
Id: hash.String(),
|
||||
IdBytes: hash[:],
|
||||
HtlcAddress: htlc.String(),
|
||||
HtlcAddressP2Wsh: htlc.String(),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue