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