[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / HTLCOutputInCommitment.java
index 66a6de80a583cee6d6893429cd6346a6783acb5e..4a604c5041c1393231b192d49b6e4bc82a0a7acf 100644 (file)
@@ -167,7 +167,7 @@ public class HTLCOutputInCommitment extends CommonBase {
         * Two objects with NULL inner values will be considered "equal" here.
         */
        public boolean eq(org.ldk.structs.HTLCOutputInCommitment b) {
-               boolean ret = bindings.HTLCOutputInCommitment_eq(this.ptr, b == null ? 0 : b.ptr);
+               boolean ret = bindings.HTLCOutputInCommitment_eq(this.ptr, b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                if (this != null) { this.ptrs_to.add(b); };