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