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