mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-22 15:57:49 +02:00
lnrpc: add wire records fields to payment+interceptor RPCs
This commit is contained in:
committed by
Oliver Gugger
parent
ef2c9801fb
commit
857a16d838
@@ -92,6 +92,7 @@ func (r *forwardInterceptor) onIntercept(
|
||||
CustomRecords: htlc.InOnionCustomRecords,
|
||||
OnionBlob: htlc.OnionBlob[:],
|
||||
AutoFailHeight: htlc.AutoFailHeight,
|
||||
InWireCustomRecords: htlc.InWireCustomRecords,
|
||||
}
|
||||
|
||||
return r.stream.Send(interceptionRequest)
|
||||
|
Reference in New Issue
Block a user