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