[C#] Update auto-generated C# bindings
[ldk-java] / c_sharp / src / org / ldk / structs / RouteHintHop.cs
index 9a47ac3ec583d159cec6295fff07462b185c4878..74f637faf3d322c737950b4f66eef68dbfd56485 100644 (file)
@@ -8,6 +8,10 @@ namespace org { namespace ldk { namespace structs {
 
 /**
  * A channel descriptor for a hop along a payment path.
+ * 
+ * While this generally comes from BOLT 11's `r` field, this struct includes more fields than are
+ * available in BOLT 11. Thus, encoding and decoding this via `lightning-invoice` is lossy, as
+ * fields not supported in BOLT 11 will be stripped.
  */
 public class RouteHintHop : CommonBase {
        internal RouteHintHop(object _dummy, long ptr) : base(ptr) { }