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