[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / Retry.java
index c1bbe96cb88f32cdbf2b5db755379dea186c3abc..3ca33a69cbdad5b4cfd6fb2618cffe357ab78df5 100644 (file)
@@ -104,7 +104,7 @@ public class Retry extends CommonBase {
         * This ignores pointers and is_owned flags and looks at the values in fields.
         */
        public boolean eq(org.ldk.structs.Retry b) {
-               boolean ret = bindings.Retry_eq(this.ptr, b == null ? 0 : b.ptr);
+               boolean ret = bindings.Retry_eq(this.ptr, b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                return ret;