mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 08:02:25 +02:00
lnrpc: add filters to forwardhistoryrequest
This commit adds incoming and outgoing channel ids filter to forwarding history request to filter events received/forwarded from/to a particular channel
This commit is contained in:
@@ -4671,6 +4671,14 @@ message ForwardingHistoryRequest {
|
||||
// Informs the server if the peer alias should be looked up for each
|
||||
// forwarding event.
|
||||
bool peer_alias_lookup = 5;
|
||||
|
||||
// List of incoming channel ids to filter htlcs received from a
|
||||
// particular channel
|
||||
repeated uint64 incoming_chan_ids = 6;
|
||||
|
||||
// List of outgoing channel ids to filter htlcs being forwarded to a
|
||||
// particular channel
|
||||
repeated uint64 outgoing_chan_ids = 7;
|
||||
}
|
||||
message ForwardingEvent {
|
||||
// Timestamp is the time (unix epoch offset) that this circuit was
|
||||
|
Reference in New Issue
Block a user