X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FUpdateFulfillHTLC.cs;h=4cd599915ec6c3c2e75e69e01989fc375f57ae74;hb=c6777737ea14e7814b0fa7d6fe16536f31d4a82b;hp=7fc7a855d425a268ca5ee8f5baee0191b79ccb9b;hpb=ee72c84d4bf9e2404e02fe20155efb502ceaee1b;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/UpdateFulfillHTLC.cs b/c_sharp/src/org/ldk/structs/UpdateFulfillHTLC.cs index 7fc7a855..4cd59991 100644 --- a/c_sharp/src/org/ldk/structs/UpdateFulfillHTLC.cs +++ b/c_sharp/src/org/ldk/structs/UpdateFulfillHTLC.cs @@ -7,7 +7,9 @@ namespace org { namespace ldk { namespace structs { /** - * An update_fulfill_htlc message to be sent or received from a peer + * An [`update_fulfill_htlc`] message to be sent to or received from a peer. + * + * [`update_fulfill_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 UpdateFulfillHTLC : CommonBase { internal UpdateFulfillHTLC(object _dummy, long ptr) : base(ptr) { }