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