[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / GossipTimestampFilter.java
index ddb158f6bb99c1c86729bca4a0e5656a23fcc73b..61b7868119d259139c613ed8354e6738a6e09ae6 100644 (file)
@@ -9,9 +9,11 @@ import javax.annotation.Nullable;
 
 
 /**
- * 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
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class GossipTimestampFilter extends CommonBase {