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