loopd: return missing p2wsh loop out address

pull/236/head
Joost Jager 4 years ago
parent 59efe375e0
commit 83f25c98a3
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

@ -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…
Cancel
Save