mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-20 13:04:28 +02:00
multi: use wire records on payment and intercept flows
This commit is contained in:
committed by
Oliver Gugger
parent
b5efc0ef3e
commit
ef2c9801fb
@@ -89,7 +89,7 @@ func (r *forwardInterceptor) onIntercept(
|
||||
OutgoingExpiry: htlc.OutgoingExpiry,
|
||||
IncomingAmountMsat: uint64(htlc.IncomingAmount),
|
||||
IncomingExpiry: htlc.IncomingExpiry,
|
||||
CustomRecords: htlc.CustomRecords,
|
||||
CustomRecords: htlc.InOnionCustomRecords,
|
||||
OnionBlob: htlc.OnionBlob[:],
|
||||
AutoFailHeight: htlc.AutoFailHeight,
|
||||
}
|
||||
|
Reference in New Issue
Block a user