[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / InitFeatures.java
index f645123e184478b0a2321450200b8acd3f7a08d3..1080325085ddc60501d85abdf50a7a8ce354afd8 100644 (file)
@@ -26,7 +26,7 @@ public class InitFeatures extends CommonBase {
         * Two objects with NULL inner values will be considered "equal" here.
         */
        public boolean eq(InitFeatures b) {
-               boolean ret = bindings.InitFeatures_eq(this.ptr, b == null ? 0 : b.ptr & ~1);
+               boolean ret = bindings.InitFeatures_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                this.ptrs_to.add(b);