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