Merge pull request #139 from TheBlueMatt/main
[ldk-java] / c_sharp / src / org / ldk / structs / UpdateFee.cs
index a962f002c62f2a50f9cda99c7e4b904c4ec2bbb0..ef67d259f9f26749b6bfbf1aa6072e31cc49a422 100644 (file)
@@ -7,7 +7,9 @@ namespace org { namespace ldk { namespace structs {
 
 
 /**
- * An update_fee message to be sent or received from a peer
+ * An [`update_fee`] message to be sent to or received from a peer
+ * 
+ * [`update_fee`]: https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#updating-fees-update_fee
  */
 public class UpdateFee : CommonBase {
        internal UpdateFee(object _dummy, long ptr) : base(ptr) { }