X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FGossipTimestampFilter.cs;fp=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FGossipTimestampFilter.cs;h=233642d6bd64bbf53168fb131a50cd79858f843d;hb=c6777737ea14e7814b0fa7d6fe16536f31d4a82b;hp=950c74220e34f505da30485647e665d2229d0b9e;hpb=ee72c84d4bf9e2404e02fe20155efb502ceaee1b;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/GossipTimestampFilter.cs b/c_sharp/src/org/ldk/structs/GossipTimestampFilter.cs index 950c7422..233642d6 100644 --- a/c_sharp/src/org/ldk/structs/GossipTimestampFilter.cs +++ b/c_sharp/src/org/ldk/structs/GossipTimestampFilter.cs @@ -7,9 +7,11 @@ namespace org { namespace ldk { namespace structs { /** - * A gossip_timestamp_filter message is used by a node to request + * A [`gossip_timestamp_filter`] message is used by a node to request * gossip relay for messages in the requested time range when the - * gossip_queries feature has been negotiated. + * `gossip_queries` feature has been negotiated. + * + * [`gossip_timestamp_filter`]: https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#the-gossip_timestamp_filter-message */ public class GossipTimestampFilter : CommonBase { internal GossipTimestampFilter(object _dummy, long ptr) : base(ptr) { }