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