[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / RoutingFees.java
index 1c0768518a00f41b5e92f50602559dec3cf7ba9e..6615c3b82cb6569f988300900850c55ff08fcace 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);