[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / structs / ReplyShortChannelIdsEnd.cs
index f0ecf97ae9be48b0374e0bc19133320c7b631830..4fb74ed589fcb8721f11d2f624e3dee10fdbc8b1 100644 (file)
@@ -7,10 +7,12 @@ namespace org { namespace ldk { namespace structs {
 
 
 /**
- * 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
  */
 public class ReplyShortChannelIdsEnd : CommonBase {
        internal ReplyShortChannelIdsEnd(object _dummy, long ptr) : base(ptr) { }
@@ -38,7 +40,7 @@ public class ReplyShortChannelIdsEnd : CommonBase {
 
        /**
         * Indicates if the query recipient maintains up-to-date channel
-        * information for the chain_hash
+        * information for the `chain_hash`
         */
        public bool get_full_information() {
                bool ret = bindings.ReplyShortChannelIdsEnd_get_full_information(this.ptr);
@@ -48,7 +50,7 @@ public class ReplyShortChannelIdsEnd : 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(bool val) {
                bindings.ReplyShortChannelIdsEnd_set_full_information(this.ptr, val);