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