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