X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FReplyShortChannelIdsEnd.cs;h=4fb74ed589fcb8721f11d2f624e3dee10fdbc8b1;hb=c6777737ea14e7814b0fa7d6fe16536f31d4a82b;hp=f0ecf97ae9be48b0374e0bc19133320c7b631830;hpb=ee72c84d4bf9e2404e02fe20155efb502ceaee1b;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/ReplyShortChannelIdsEnd.cs b/c_sharp/src/org/ldk/structs/ReplyShortChannelIdsEnd.cs index f0ecf97a..4fb74ed5 100644 --- a/c_sharp/src/org/ldk/structs/ReplyShortChannelIdsEnd.cs +++ b/c_sharp/src/org/ldk/structs/ReplyShortChannelIdsEnd.cs @@ -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);