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