mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-24 21:05:34 +02:00
routerrpc: clarify proto fields to be outgoing
This commit is contained in:
@@ -157,9 +157,9 @@ func (r *forwardInterceptor) holdAndForwardToClient(
|
||||
ChanId: inKey.ChanID.ToUint64(),
|
||||
HtlcId: inKey.HtlcID,
|
||||
},
|
||||
HtlcPaymentHash: htlc.PaymentHash[:],
|
||||
AmountMsat: uint64(htlc.Amount),
|
||||
Expiry: htlc.Expiry,
|
||||
HtlcPaymentHash: htlc.PaymentHash[:],
|
||||
OutgoingAmountMsat: uint64(htlc.Amount),
|
||||
OutgoingExpiry: htlc.Expiry,
|
||||
}
|
||||
|
||||
return r.stream.Send(interceptionRequest)
|
||||
|
Reference in New Issue
Block a user