[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / ReplyShortChannelIdsEnd.java
index 7bb3b65f3940f67a926fdfeba10e2a6344ab765d..e6b5428e5a4003926844fc66e672629ad94bf4b7 100644 (file)
@@ -9,10 +9,12 @@ import javax.annotation.Nullable;
 
 
 /**
- * A reply_short_channel_ids_end message is sent as a reply to a
- * query_short_channel_ids message. The query recipient makes a best
+ * A [`reply_short_channel_ids_end`] message is sent as a reply to a
+ * message. The query recipient makes a best
  * effort to respond based on their local network view which may not be
  * a perfect view of the network.
+ * 
+ * [`reply_short_channel_ids_end`]: https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#the-query_short_channel_idsreply_short_channel_ids_end-messages
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class ReplyShortChannelIdsEnd extends CommonBase {
@@ -43,7 +45,7 @@ public class ReplyShortChannelIdsEnd extends CommonBase {
 
        /**
         * Indicates if the query recipient maintains up-to-date channel
-        * information for the chain_hash
+        * information for the `chain_hash`
         */
        public boolean get_full_information() {
                boolean ret = bindings.ReplyShortChannelIdsEnd_get_full_information(this.ptr);
@@ -53,7 +55,7 @@ public class ReplyShortChannelIdsEnd extends CommonBase {
 
        /**
         * Indicates if the query recipient maintains up-to-date channel
-        * information for the chain_hash
+        * information for the `chain_hash`
         */
        public void set_full_information(boolean val) {
                bindings.ReplyShortChannelIdsEnd_set_full_information(this.ptr, val);