X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_ChannelTransactionParametersDecodeErrorZ.java;h=6a293d18cf9f707e64e1b22fb90c45fdcf9b908d;hb=eab9331afd014558a982441138e222999a9955d1;hp=ef325e457940531a1d822818806647345632e2c3;hpb=0de4267b2f4dd9a0b2b2dfab7efc788887894a33;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Result_ChannelTransactionParametersDecodeErrorZ.java b/src/main/java/org/ldk/structs/Result_ChannelTransactionParametersDecodeErrorZ.java index ef325e45..6a293d18 100644 --- a/src/main/java/org/ldk/structs/Result_ChannelTransactionParametersDecodeErrorZ.java +++ b/src/main/java/org/ldk/structs/Result_ChannelTransactionParametersDecodeErrorZ.java @@ -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; }