lnrpc: add first hop custom records to RPC payment info

This commit is contained in:
Oliver Gugger
2024-08-30 13:11:22 +02:00
parent 1b31835230
commit afdceab400
5 changed files with 1275 additions and 1229 deletions

View File

@@ -4162,6 +4162,12 @@ message Payment {
uint64 payment_index = 15;
PaymentFailureReason failure_reason = 16;
/*
The custom TLV records that were sent to the first hop as part of the HTLC
wire message for this payment.
*/
map<uint64, bytes> first_hop_custom_records = 17;
}
message HTLCAttempt {