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