loopd: return missing p2wsh loop out address

This commit is contained in:
Joost Jager 2020-06-17 08:27:01 +02:00
parent 59efe375e0
commit 83f25c98a3
No known key found for this signature in database
GPG key ID: A61B9D4C393C59C7

View file

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