[Java] Update auto-generated bindings to 0.0.115
[ldk-java] / src / main / java / org / ldk / structs / RoutingFees.java
index 1c0768518a00f41b5e92f50602559dec3cf7ba9e..0abd5a3dd257b7b3ed46e5afa73779dda5124eb1 100644 (file)
@@ -21,7 +21,7 @@ public class RoutingFees extends 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);
@@ -30,7 +30,7 @@ public class RoutingFees extends 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);
@@ -76,7 +76,7 @@ public class RoutingFees extends CommonBase {
         * This ignores pointers and is_owned flags and looks at the values in fields.
         * Two objects with NULL inner values will be considered "equal" here.
         */
-       public boolean eq(RoutingFees b) {
+       public boolean eq(org.ldk.structs.RoutingFees b) {
                boolean ret = bindings.RoutingFees_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
@@ -107,7 +107,7 @@ public class RoutingFees extends 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);