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