[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / structs / ChannelFeatures.cs
index d6e08e340c5ac15528c7624a28c6caa6867cfd3b..29956b1534ab37c3477e711ed716563ff3ae65f9 100644 (file)
@@ -21,7 +21,7 @@ public class ChannelFeatures : CommonBase {
         * Two objects with NULL inner values will be considered "equal" here.
         */
        public bool eq(org.ldk.structs.ChannelFeatures b) {
-               bool ret = bindings.ChannelFeatures_eq(this.ptr, b == null ? 0 : b.ptr);
+               bool ret = bindings.ChannelFeatures_eq(this.ptr, b.ptr);
                GC.KeepAlive(this);
                GC.KeepAlive(b);
                if (this != null) { this.ptrs_to.AddLast(b); };
@@ -77,7 +77,7 @@ public class ChannelFeatures : CommonBase {
         * Returns true if this `Features` object contains required features unknown by `other`.
         */
        public bool requires_unknown_bits_from(org.ldk.structs.ChannelFeatures other) {
-               bool ret = bindings.ChannelFeatures_requires_unknown_bits_from(this.ptr, other == null ? 0 : other.ptr);
+               bool ret = bindings.ChannelFeatures_requires_unknown_bits_from(this.ptr, other.ptr);
                GC.KeepAlive(this);
                GC.KeepAlive(other);
                if (this != null) { this.ptrs_to.AddLast(other); };