You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending preflight probes, we want to exclude last hops that are
possibly announced. To this end, we here include a new field in
`RouteHop` that will be `true` when we either def. know the hop to be
announced, or, if there exist public channels between the hop's
counterparties that this hop might refer to (i.e., be an alias for).
short_channel_id:0, fee_msat:0, cltv_expiry_delta:0// We fill in the payloads manually instead of generating them from RouteHops.
987
+
short_channel_id:0, fee_msat:0, cltv_expiry_delta:0, maybe_announced_channel:true,// We fill in the payloads manually instead of generating them from RouteHops.
short_channel_id:0, fee_msat:0, cltv_expiry_delta:0// We fill in the payloads manually instead of generating them from RouteHops.
992
+
short_channel_id:0, fee_msat:0, cltv_expiry_delta:0, maybe_announced_channel:true,// We fill in the payloads manually instead of generating them from RouteHops.
short_channel_id:0, fee_msat:0, cltv_expiry_delta:0// We fill in the payloads manually instead of generating them from RouteHops.
997
+
short_channel_id:0, fee_msat:0, cltv_expiry_delta:0, maybe_announced_channel:true,// We fill in the payloads manually instead of generating them from RouteHops.
short_channel_id:0, fee_msat:0, cltv_expiry_delta:0// We fill in the payloads manually instead of generating them from RouteHops.
1002
+
short_channel_id:0, fee_msat:0, cltv_expiry_delta:0, maybe_announced_channel:true,// We fill in the payloads manually instead of generating them from RouteHops.
short_channel_id:0, fee_msat:0, cltv_expiry_delta:0// We fill in the payloads manually instead of generating them from RouteHops.
1007
+
short_channel_id:0, fee_msat:0, cltv_expiry_delta:0, maybe_announced_channel:true,// We fill in the payloads manually instead of generating them from RouteHops.
0 commit comments