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