[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / structs / RoutingFees.cs
index e3b1437012fbea6ccd6dc318e04aae74832eb23a..087d9562a987f1dc41fad30ab93277bef3737178 100644 (file)
@@ -16,7 +16,7 @@ public class RoutingFees : CommonBase {
        }
 
        /**
-        * Flat routing fee in satoshis
+        * Flat routing fee in millisatoshis.
         */
        public int get_base_msat() {
                int ret = bindings.RoutingFees_get_base_msat(this.ptr);
@@ -25,7 +25,7 @@ public class RoutingFees : CommonBase {
        }
 
        /**
-        * Flat routing fee in satoshis
+        * Flat routing fee in millisatoshis.
         */
        public void set_base_msat(int val) {
                bindings.RoutingFees_set_base_msat(this.ptr, val);
@@ -102,7 +102,7 @@ public class RoutingFees : CommonBase {
        }
 
        /**
-        * Checks if two RoutingFeess contain equal inner contents.
+        * Generates a non-cryptographic 64-bit hash of the RoutingFees.
         */
        public long hash() {
                long ret = bindings.RoutingFees_hash(this.ptr);