[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / Result_ChannelTransactionParametersDecodeErrorZ.java
index ef325e457940531a1d822818806647345632e2c3..6a293d18cf9f707e64e1b22fb90c45fdcf9b908d 100644 (file)
@@ -45,7 +45,7 @@ public class Result_ChannelTransactionParametersDecodeErrorZ extends CommonBase
        /**
         * Creates a new CResult_ChannelTransactionParametersDecodeErrorZ in the success state.
         */
-       public static Result_ChannelTransactionParametersDecodeErrorZ ok(ChannelTransactionParameters o) {
+       public static Result_ChannelTransactionParametersDecodeErrorZ ok(org.ldk.structs.ChannelTransactionParameters o) {
                long ret = bindings.CResult_ChannelTransactionParametersDecodeErrorZ_ok(o == null ? 0 : o.ptr);
                Reference.reachabilityFence(o);
                if (ret >= 0 && ret <= 4096) { return null; }
@@ -57,11 +57,12 @@ public class Result_ChannelTransactionParametersDecodeErrorZ extends CommonBase
        /**
         * Creates a new CResult_ChannelTransactionParametersDecodeErrorZ in the error state.
         */
-       public static Result_ChannelTransactionParametersDecodeErrorZ err(DecodeError e) {
+       public static Result_ChannelTransactionParametersDecodeErrorZ err(org.ldk.structs.DecodeError e) {
                long ret = bindings.CResult_ChannelTransactionParametersDecodeErrorZ_err(e.ptr);
                Reference.reachabilityFence(e);
                if (ret >= 0 && ret <= 4096) { return null; }
                Result_ChannelTransactionParametersDecodeErrorZ ret_hu_conv = Result_ChannelTransactionParametersDecodeErrorZ.constr_from_ptr(ret);
+               if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(e); };
                return ret_hu_conv;
        }