X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_ReplyChannelRangeDecodeErrorZ.java;h=40eb3053744963775e3fdc362977878b08fb4994;hb=0f5027835d5a668a9b296f6d9e0fe894d3a6956d;hp=df73e8b5d681389b640e6a5f794271be383e7711;hpb=a77a2856c7cd010a7b478cce793f7c9f999284d8;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Result_ReplyChannelRangeDecodeErrorZ.java b/src/main/java/org/ldk/structs/Result_ReplyChannelRangeDecodeErrorZ.java index df73e8b5..40eb3053 100644 --- a/src/main/java/org/ldk/structs/Result_ReplyChannelRangeDecodeErrorZ.java +++ b/src/main/java/org/ldk/structs/Result_ReplyChannelRangeDecodeErrorZ.java @@ -43,7 +43,7 @@ public class Result_ReplyChannelRangeDecodeErrorZ extends CommonBase { /** * Creates a new CResult_ReplyChannelRangeDecodeErrorZ in the success state. */ - public static Result_ReplyChannelRangeDecodeErrorZ constructor_ok(ReplyChannelRange o) { + public static Result_ReplyChannelRangeDecodeErrorZ ok(ReplyChannelRange o) { long ret = bindings.CResult_ReplyChannelRangeDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_ReplyChannelRangeDecodeErrorZ ret_hu_conv = Result_ReplyChannelRangeDecodeErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(o); @@ -53,7 +53,7 @@ public class Result_ReplyChannelRangeDecodeErrorZ extends CommonBase { /** * Creates a new CResult_ReplyChannelRangeDecodeErrorZ in the error state. */ - public static Result_ReplyChannelRangeDecodeErrorZ constructor_err(DecodeError e) { + public static Result_ReplyChannelRangeDecodeErrorZ err(DecodeError e) { long ret = bindings.CResult_ReplyChannelRangeDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_ReplyChannelRangeDecodeErrorZ ret_hu_conv = Result_ReplyChannelRangeDecodeErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(e);