[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / structs / Result_InMemorySignerDecodeErrorZ.cs
index ce2ae5f002c0ad39617dae686fec91508dbec016..0fdca818b7c8e966926d572ce9e26f0731b2dc6c 100644 (file)
@@ -42,7 +42,7 @@ public class Result_InMemorySignerDecodeErrorZ : CommonBase {
         * Creates a new CResult_InMemorySignerDecodeErrorZ in the success state.
         */
        public static Result_InMemorySignerDecodeErrorZ ok(org.ldk.structs.InMemorySigner o) {
-               long ret = bindings.CResult_InMemorySignerDecodeErrorZ_ok(o == null ? 0 : o.ptr);
+               long ret = bindings.CResult_InMemorySignerDecodeErrorZ_ok(o.ptr);
                GC.KeepAlive(o);
                if (ret >= 0 && ret <= 4096) { return null; }
                Result_InMemorySignerDecodeErrorZ ret_hu_conv = Result_InMemorySignerDecodeErrorZ.constr_from_ptr(ret);