[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / structs / SignOrCreationError.cs
index f030d2dda2ddf22351d0142fd99bd485b50be883..84f6473314f84ab8ba5429044fb66daf3b74a080 100644 (file)
@@ -83,7 +83,7 @@ public class SignOrCreationError : CommonBase {
         * This ignores pointers and is_owned flags and looks at the values in fields.
         */
        public bool eq(org.ldk.structs.SignOrCreationError b) {
-               bool ret = bindings.SignOrCreationError_eq(this.ptr, b == null ? 0 : b.ptr);
+               bool ret = bindings.SignOrCreationError_eq(this.ptr, b.ptr);
                GC.KeepAlive(this);
                GC.KeepAlive(b);
                return ret;