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