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