lnrpc: add wire records fields to payment+interceptor RPCs

This commit is contained in:
George Tsagkarelis
2024-04-16 11:03:59 +02:00
committed by Oliver Gugger
parent ef2c9801fb
commit 857a16d838
9 changed files with 902 additions and 681 deletions

View File

@@ -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)