X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FUpdateFailHTLC.cs;fp=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FUpdateFailHTLC.cs;h=2c29d8857fbd437a324e13426d0ab046873a848c;hb=c6777737ea14e7814b0fa7d6fe16536f31d4a82b;hp=a733a8077c3b87378f27539918939bf9b9a0db91;hpb=ee72c84d4bf9e2404e02fe20155efb502ceaee1b;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/UpdateFailHTLC.cs b/c_sharp/src/org/ldk/structs/UpdateFailHTLC.cs index a733a807..2c29d885 100644 --- a/c_sharp/src/org/ldk/structs/UpdateFailHTLC.cs +++ b/c_sharp/src/org/ldk/structs/UpdateFailHTLC.cs @@ -7,7 +7,9 @@ namespace org { namespace ldk { namespace structs { /** - * An update_fail_htlc message to be sent or received from a peer + * An [`update_fail_htlc`] message to be sent to or received from a peer. + * + * [`update_fail_htlc`]: https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#removing-an-htlc-update_fulfill_htlc-update_fail_htlc-and-update_fail_malformed_htlc */ public class UpdateFailHTLC : CommonBase { internal UpdateFailHTLC(object _dummy, long ptr) : base(ptr) { }