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