[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / PathFailure.java
index 6726624488a674044d38d7ffdc42092759c2c8c0..7c631d80e8758c837acd97c08ca9e82c9640f4f3 100644 (file)
@@ -120,7 +120,7 @@ public class PathFailure extends CommonBase {
         * This ignores pointers and is_owned flags and looks at the values in fields.
         */
        public boolean eq(org.ldk.structs.PathFailure b) {
-               boolean ret = bindings.PathFailure_eq(this.ptr, b == null ? 0 : b.ptr);
+               boolean ret = bindings.PathFailure_eq(this.ptr, b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                return ret;