[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / structs / Bolt11InvoiceSignature.cs
index aed040ab5017d4066818f934f541597b3eee760d..e6c65abc94952263785b0a611139cb37b7802905 100644 (file)
@@ -51,7 +51,7 @@ public class Bolt11InvoiceSignature : CommonBase {
         * Two objects with NULL inner values will be considered "equal" here.
         */
        public bool eq(org.ldk.structs.Bolt11InvoiceSignature b) {
-               bool ret = bindings.Bolt11InvoiceSignature_eq(this.ptr, b == null ? 0 : b.ptr);
+               bool ret = bindings.Bolt11InvoiceSignature_eq(this.ptr, b.ptr);
                GC.KeepAlive(this);
                GC.KeepAlive(b);
                if (this != null) { this.ptrs_to.AddLast(b); };