diff --git a/loopd/swapclient_server.go b/loopd/swapclient_server.go index ad2be6f..542843b 100644 --- a/loopd/swapclient_server.go +++ b/loopd/swapclient_server.go @@ -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 }