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