[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / QueryChannelRange.java
index a17db50e59cd6d42a59d25becc3f422e2527afb8..1a83e29a66bc6ef04434bacc0303a2365416846f 100644 (file)
@@ -9,10 +9,12 @@ import javax.annotation.Nullable;
 
 
 /**
- * A query_channel_range message is used to query a peer for channel
+ * A [`query_channel_range`] message is used to query a peer for channel
  * UTXOs in a range of blocks. The recipient of a query makes a best
- * effort to reply to the query using one or more reply_channel_range
+ * effort to reply to the query using one or more [`ReplyChannelRange`]
  * messages.
+ * 
+ * [`query_channel_range`]: https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#the-query_channel_range-and-reply_channel_range-messages
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class QueryChannelRange extends CommonBase {
@@ -127,7 +129,9 @@ public class QueryChannelRange extends CommonBase {
                return this.eq((QueryChannelRange)o);
        }
        /**
-        * \n\t * Calculates the overflow safe ending block height for the query.\n\t * Overflow returns `0xffffffff`, otherwise returns `first_blocknum + number_of_blocks`\n\t
+        * Calculates the overflow safe ending block height for the query.
+        * 
+        * Overflow returns `0xffffffff`, otherwise returns `first_blocknum + number_of_blocks`.
         */
        public int end_blocknum() {
                int ret = bindings.QueryChannelRange_end_blocknum(this.ptr);