mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
htlcswitch: expose custom records on intercepted packet
This commit is contained in:
@@ -628,6 +628,9 @@ message ForwardHtlcInterceptRequest {
|
||||
|
||||
// The outgoing htlc expiry.
|
||||
uint32 outgoing_expiry = 4;
|
||||
|
||||
// Any custom records that were present in the payload.
|
||||
map<uint64, bytes> custom_records = 8;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user