[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / structs / Retry.cs
index 63ca56032c27ba19bdf105c06f9105b77f157c5e..2759d32a5cdc5c50ddb738c06ae0b66b184df605 100644 (file)
@@ -6,7 +6,7 @@ using System;
 namespace org { namespace ldk { namespace structs {
 
 /**
- * Strategies available to retry payment path failures for an [`Invoice`].
+ * Strategies available to retry payment path failures.
  */
 public class Retry : CommonBase {
        protected Retry(object _dummy, long ptr) : base(ptr) { }
@@ -96,7 +96,7 @@ public class Retry : CommonBase {
                return this.eq((Retry)o);
        }
        /**
-        * Checks if two Retrys contain equal inner contents.
+        * Generates a non-cryptographic 64-bit hash of the Retry.
         */
        public long hash() {
                long ret = bindings.Retry_hash(this.ptr);