mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-26 19:47:07 +02:00
routerrpc: remove redundant htlc prefix from proto field
The message name already sets the context to an htlc.
This commit is contained in:
@@ -157,7 +157,7 @@ func (r *forwardInterceptor) holdAndForwardToClient(
|
||||
ChanId: inKey.ChanID.ToUint64(),
|
||||
HtlcId: inKey.HtlcID,
|
||||
},
|
||||
HtlcPaymentHash: htlc.PaymentHash[:],
|
||||
PaymentHash: htlc.PaymentHash[:],
|
||||
OutgoingAmountMsat: uint64(htlc.Amount),
|
||||
OutgoingExpiry: htlc.Expiry,
|
||||
}
|
||||
|
Reference in New Issue
Block a user