mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
lnd+lnrpc: update fwdinghistory message
In this commit we update the returned message for fwdinghistory to include the htlcindex for all forwarded htlcs.
This commit is contained in:
@@ -4716,6 +4716,14 @@ message ForwardingEvent {
|
||||
// The peer alias of the outgoing channel.
|
||||
string peer_alias_out = 13;
|
||||
|
||||
// The ID of the incoming HTLC in the payment circuit. This field is
|
||||
// optional and is unset for forwarding events happened before v0.20.
|
||||
optional uint64 incoming_htlc_id = 14;
|
||||
|
||||
// The ID of the outgoing HTLC in the payment circuit. This field is
|
||||
// optional and may be unset for legacy forwarding events.
|
||||
optional uint64 outgoing_htlc_id = 15;
|
||||
|
||||
// TODO(roasbeef): add settlement latency?
|
||||
// * use FPE on the chan id?
|
||||
// * also list failures?
|
||||
|
Reference in New Issue
Block a user