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