[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / RevocationBasepoint.java
index 954df43c79cacd938234c036ee3910a265d122cd..bb532a7ad45850b202c98a9cc5d987d09f7cb6a5 100644 (file)
@@ -51,7 +51,7 @@ public class RevocationBasepoint extends CommonBase {
         * Two objects with NULL inner values will be considered "equal" here.
         */
        public boolean eq(org.ldk.structs.RevocationBasepoint b) {
-               boolean ret = bindings.RevocationBasepoint_eq(this.ptr, b == null ? 0 : b.ptr);
+               boolean ret = bindings.RevocationBasepoint_eq(this.ptr, b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                if (this != null) { this.ptrs_to.add(b); };