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