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